]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit - src/Main.hs
Add a DbImport class implementing the import interface.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 31 Dec 2013 14:19:23 +0000 (09:19 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 31 Dec 2013 14:19:23 +0000 (09:19 -0500)
commite46de7e95112d4e35219b74c0b3efffe99c69c6a
tree2c0bd3e723b2d488d1f12879a97bee3ed4d9a4fc
parent9cf45320c04c72472be8148819753e41d6535f65
Add a DbImport class implementing the import interface.
Write import_injuries, import_injuries_detail, and import_news for the new type class.
Move DbImport instances into the module where the type is defined.
Get the News import working (temporarily) via unsafeCoerce.
src/Main.hs
src/TSN/DbImport.hs [new file with mode: 0644]
src/TSN/Injuries.hs
src/TSN/InjuriesDetail.hs
src/TSN/News.hs