]> gitweb.michael.orlitzky.com - dead/htsn.git/commit
Move the TSN namespace (Xml.hs and FeedHosts.hs) into the top level.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Dec 2013 23:50:11 +0000 (18:50 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 28 Dec 2013 23:50:11 +0000 (18:50 -0500)
commitda61a6744550e974688d46b23b11f1a842e4da2e
tree2e214d2de267f29b92c0995617922a9d4c385469
parent7de80b4fdfc8e4cef9144570be926fd02706fd2d
Move the TSN namespace (Xml.hs and FeedHosts.hs) into the top level.
Move the report_foo functions into their own module.
Get the process name automatically in init_logging.
htsn.cabal
makefile
src/Configuration.hs
src/FeedHosts.hs [moved from src/TSN/FeedHosts.hs with 98% similarity]
src/Logging.hs
src/Main.hs
src/OptionalConfiguration.hs
src/Report.hs [new file with mode: 0644]
src/Xml.hs [moved from src/TSN/Xml.hs with 99% similarity]
test/TestSuite.hs