]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/InjuriesDetail.hs
Fixing compiler warnings by exporting stuff that shouldn't be exported (woo).
[dead/htsn-import.git] / src / TSN / XML / InjuriesDetail.hs
2014-01-14 Michael OrlitzkyFixing compiler warnings by exporting stuff that should...
2014-01-13 Michael OrlitzkyUse (xpOption xpText) instead of xpText0.
2014-01-13 Michael OrlitzkyFix pickle/unpickle of non-interger team_ids and add...
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-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.