]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit
Add game_id/schedule_id parsers to TSN.Parse.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 30 Jul 2014 07:27:43 +0000 (03:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 30 Jul 2014 07:27:43 +0000 (03:27 -0400)
commitc8ec4174a46c44215ef9540a9b19b99323fb0717
treeb20793e2aa0d93bce7204bda0bc3088776bf16a4
parent4ce681700509beedf38026568ea20102801e6516
Add game_id/schedule_id parsers to TSN.Parse.
Define a new ParseError type to be returned from the TSN.Parse parsers.
Add tests for the TSN.Parse module.
Update SportInfo with the new ParseError type signature.
Add an optional game_id and required schedule_id field to GameInfo.
src/Main.hs
src/TSN/Parse.hs
src/TSN/XML/GameInfo.hs
src/TSN/XML/SportInfo.hs
test/TestSuite.hs