]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit - src/TSN/XML/News.hs
Create an ImportResult type and refactor things around it.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Jan 2014 05:15:27 +0000 (00:15 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Jan 2014 05:15:27 +0000 (00:15 -0500)
commitda0885d061b23f99a6c9d24b6b823c4654893d9c
treec217e4a284c3920e801e705343f46160d3961666
parent0e37f70a58d512858b38e1458c6d83bc1727269c
Create an ImportResult type and refactor things around it.
Add Heartbeat support.
src/Main.hs
src/TSN/DbImport.hs
src/TSN/XML/Heartbeat.hs [new file with mode: 0644]
src/TSN/XML/News.hs
test/TestSuite.hs