]> gitweb.michael.orlitzky.com - dead/htsn.git/commit
Initial commit of something working.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 23 Nov 2013 01:38:22 +0000 (20:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 23 Nov 2013 01:38:22 +0000 (20:38 -0500)
commitd4d924b26e451aec9ad84b6d9d376ba2aeab3422
treece8ac9fff72e430cda462a562658cd02a8a919ca
Initial commit of something working.
12 files changed:
Setup.hs [new file with mode: 0644]
doc/LICENSE [new file with mode: 0644]
htsn.cabal [new file with mode: 0644]
makefile [new file with mode: 0644]
src/CommandLine.hs [new file with mode: 0644]
src/Configuration.hs [new file with mode: 0644]
src/ExitCodes.hs [new file with mode: 0644]
src/FeedHosts.hs [new file with mode: 0644]
src/Main.hs [new file with mode: 0644]
src/OptionalConfiguration.hs [new file with mode: 0644]
src/TSN/Xml.hs [new file with mode: 0644]
src/Terminal.hs [new file with mode: 0644]