add: accept -b flag
[hdata.git] / TODO
blob73bc3c78d1e69cdc7326abf1e59894138e7956e1
1 ==> general design:
2 * find a name for the final program
4 ==> Add.hs
5 * change the database Pages format to something better
6     --> maybe 2 integer fields: page-from, page-to
7     --> input format would be: -p <page1> [page2]
9 ==> testing:
10 * unit testing with quickcheck
11 * write tests scripts for stuff we can't unit test
13 ==> build system:
14 * investigate change from Makefile to usual haskell build system