]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit
Add a backend configuration option.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 29 Dec 2013 01:19:39 +0000 (20:19 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 29 Dec 2013 01:19:39 +0000 (20:19 -0500)
commit9d278c8b8eeff1a1317f2c3b0f7fdf5fb759ffb3
tree076bb1384bed314f8fa673ff25fd02a6a24dbe89
parent5726138127d880a12421a78b37a178e061c46efe
Add a backend configuration option.
Add command-line parsing.
Depend on the new library htsn-common.
Remove the TODO since it was empty.
doc/TODO [deleted file]
htsn-import.cabal
src/Backend.hs [new file with mode: 0644]
src/CommandLine.hs [new file with mode: 0644]
src/Configuration.hs
src/ExitCodes.hs [new file with mode: 0644]
src/Logging.hs [deleted file]
src/Main.hs
src/OptionalConfiguration.hs
src/Terminal.hs [deleted file]