]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/XML/Weather.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / TSN / XML / Weather.hs
2015-01-24 Michael OrlitzkyRe-enable DTD validation.
2015-01-13 Michael OrlitzkyUpdate all silent migrations for groundhog-0.7.
2015-01-02 Michael OrlitzkyMigrate TSN.XML.Weather to fixed-vector-hetero.
2014-12-30 Michael OrlitzkyUse Generics.to_tuple in TSN.XML.Weather.
2014-09-24 Michael OrlitzkyMake <weather> and <Description> elements optional...
2014-07-07 Michael OrlitzkyUse unsafe_read_document in TSN.XML.Weather tests.
2014-07-06 Michael OrlitzkyFix hlint warnings.
2014-07-06 Michael OrlitzkyActuall import the detailed weather items.
2014-07-06 Michael OrlitzkyAdd a teams_are_normal function to TSN.XML.Weather.
2014-07-06 Michael OrlitzkyUpdate two comments.
2014-07-05 Michael OrlitzkyAdd a function to TSN.XML.Weather to detect the unsuppo...
2014-07-05 Michael OrlitzkyAdd support for the new Detailed_Weather elements.
2014-07-05 Michael OrlitzkyMove the weird weatherxml example out of schemagen...
2014-07-04 Michael OrlitzkyUpdate TSN.XML modules to use the new Child class.
2014-04-20 Michael OrlitzkyReplace all raw DELETE queries with deleteAll.
2014-01-25 Michael OrlitzkyExport a "dtd" function from each XML module and use...
2014-01-23 Michael OrlitzkyImplement the other ON DELETE CASCADE tests and update...
2014-01-22 Michael OrlitzkyMinor indentation fix.
2014-01-21 Michael OrlitzkyFix some docs in Odds and Weather.
2014-01-21 Michael OrlitzkyUpdate TSN.XML.Weather for the new typeclass hierarchy.
2014-01-21 Michael OrlitzkyAdd time_stamp and xml_file_id to Weather.
2014-01-21 Michael OrlitzkyAdd the FromXmlFk class, like FromXml except it require...
2014-01-19 Michael OrlitzkyAdd docs for TSN.XML.Weather.
2014-01-16 Michael OrlitzkyMinimal undocumented implementation of TSN.XML.Weather.
2014-01-15 Michael OrlitzkyAdd the TSN.XML.Weather module (passing pickle/unpickle...