]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/Odds.hs
Combine the odds game date/time into one DB field.
[dead/htsn-import.git] / src / TSN / XML / Odds.hs
2014-01-15 Michael OrlitzkyCombine the odds game date/time into one DB field.
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
2014-01-14 Michael OrlitzkyFix a comment.
2014-01-14 Michael OrlitzkyUn-haddock two comments that wound up in the wrong...
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-14 Michael OrlitzkyFix remaining compiler warnings.
2014-01-13 Michael OrlitzkyAdd a test for unpickling large Odds_XML files.
2014-01-13 Michael OrlitzkyFix unpickling of non-integer team_ids in TSN.XML.Odds...
2014-01-13 Michael OrlitzkyFix unpickling of texttual over/under lines.
2014-01-13 Michael OrlitzkyRemove an unused import.
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 OrlitzkyAdd and update documentation.
2014-01-11 Michael OrlitzkyBeat TSN.XML.Odds into relational submission; file...
2014-01-11 Michael OrlitzkyGet the Odds module to compile and pass tests under...
2014-01-10 Michael OrlitzkyBegin reworking TSN.XML.Odds for the new inferred DTDs.
2014-01-10 Michael OrlitzkyRemove unused BangPatterns pragmas.
2014-01-02 Michael OrlitzkyFix hlint suggestions.
2014-01-02 Michael OrlitzkyAdd tests for Odds pickle/unpickle.
2014-01-02 Michael OrlitzkyAdd TSN.XML.Odds which can (only, for the moment) parse...