]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/Injuries.hs
Update (or add) a bunch of documentation.
[dead/htsn-import.git] / src / TSN / XML / Injuries.hs
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-13 Michael OrlitzkyRemove unused XmlPickler instances (this might need...
2014-01-13 Michael OrlitzkySimplify some tests by passing a pickler instead of...
2014-01-12 Michael OrlitzkyRename the "injuries" and "injuries_detail" tables...
2014-01-11 Michael OrlitzkyUse run_dbmigrate instead of runMigration... everywhere.
2014-01-11 Michael OrlitzkyRewrite everything to use XmlImport/DbImport classes...
2014-01-10 Michael OrlitzkyBegin validating the XML.
2014-01-10 Michael OrlitzkyAdd an embedded type to TSN.XML.Injuries to allow it...
2014-01-02 Michael OrlitzkyAdd separate 'unpickleable' tests to the existing XML...
2014-01-02 Michael OrlitzkyRemove the XmlPickler instance for Bool.
2013-12-31 Michael OrlitzkyMove the XML modules into the XML subdirectory.