X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn-import.cabal;h=0a9f2857736f84afa39932bd29812130eefd03ff;hb=42ec3c34b0b041d4bd5a529264a1f3f0758c1776;hp=b7922477be5c5c3fde8eb4c4c4725d77d0aa72b8;hpb=1851def5c02f42b90298672e1de89cba417c61ca;p=dead%2Fhtsn-import.git diff --git a/htsn-import.cabal b/htsn-import.cabal index b792247..0a9f285 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -1,5 +1,5 @@ name: htsn-import -version: 0.0.4 +version: 0.0.5 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -73,25 +73,25 @@ description: executable htsn-import build-depends: - base == 4.*, + base >= 4.6 && < 5, cmdargs >= 0.10.6, - configurator == 0.2.*, - directory == 1.2.*, - filepath == 1.3.*, - hslogger == 1.2.*, - htsn-common == 0.0.1, - hxt == 9.3.*, - groundhog == 0.4.*, - groundhog-postgresql == 0.4.*, - groundhog-sqlite == 0.4.*, - groundhog-th == 0.4.*, - MissingH == 1.2.*, - old-locale == 1.0.*, - tasty == 0.8.*, - tasty-hunit == 0.8.*, - time == 1.4.*, - transformers == 0.3.*, - tuple == 0.2.* + configurator >= 0.2, + directory >= 1.2, + filepath >= 1.3, + hslogger >= 1.2, + htsn-common >= 0.0.1, + hxt >= 9.3, + groundhog >= 0.5, + groundhog-postgresql >= 0.5, + groundhog-sqlite >= 0.5, + groundhog-th >= 0.5, + MissingH >= 1.2, + old-locale >= 1, + tasty >= 0.8, + tasty-hunit >= 0.8, + time >= 1.4, + transformers >= 0.3, + tuple >= 0.2 main-is: Main.hs @@ -109,15 +109,18 @@ executable htsn-import TSN.Codegen TSN.Database TSN.DbImport + TSN.Parse TSN.Picklers TSN.XmlImport TSN.XML.AutoRacingSchedule + TSN.XML.GameInfo TSN.XML.Heartbeat TSN.XML.Injuries TSN.XML.InjuriesDetail TSN.XML.News TSN.XML.Odds TSN.XML.Scores + TSN.XML.SportInfo TSN.XML.Weather Xml @@ -150,25 +153,25 @@ test-suite testsuite hs-source-dirs: src test main-is: TestSuite.hs build-depends: - base == 4.*, + base >= 4.6 && < 5, cmdargs >= 0.10.6, - configurator == 0.2.*, - directory == 1.2.*, - filepath == 1.3.*, - hslogger == 1.2.*, - htsn-common == 0.0.1, - hxt == 9.3.*, - groundhog == 0.4.*, - groundhog-postgresql == 0.4.*, - groundhog-sqlite == 0.4.*, - groundhog-th == 0.4.*, - MissingH == 1.2.*, - old-locale == 1.0.*, - tasty == 0.8.*, - tasty-hunit == 0.8.*, - time == 1.4.*, - transformers == 0.3.*, - tuple == 0.2.* + configurator >= 0.2, + directory >= 1.2, + filepath >= 1.3, + hslogger >= 1.2, + htsn-common >= 0.0.1, + hxt >= 9.3, + groundhog >= 0.5, + groundhog-postgresql >= 0.5, + groundhog-sqlite >= 0.5, + groundhog-th >= 0.5, + MissingH >= 1.2, + old-locale >= 1, + tasty >= 0.8, + tasty-hunit >= 0.8, + time >= 1.4, + transformers >= 0.3, + tuple >= 0.2 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: @@ -190,9 +193,9 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.*, + base >= 4.6 && < 5, -- Additional test dependencies. - doctest == 0.9.* + doctest >= 0.9 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: @@ -221,26 +224,26 @@ test-suite shelltests main-is: ShellTests.hs build-depends: - base == 4.*, + base >= 4.6 && < 5, cmdargs >= 0.10.6, - configurator == 0.2.*, - directory == 1.2.*, - filepath == 1.3.*, - hslogger == 1.2.*, - htsn-common == 0.0.1, - hxt == 9.3.*, - groundhog == 0.4.*, - groundhog-postgresql == 0.4.*, - groundhog-sqlite == 0.4.*, - groundhog-th == 0.4.*, - MissingH == 1.2.*, - old-locale == 1.0.*, - process == 1.1.*, - tasty == 0.8.*, - tasty-hunit == 0.8.*, - time == 1.4.*, - transformers == 0.3.*, - tuple == 0.2.* + configurator >= 0.2, + directory >= 1.2, + filepath >= 1.3, + hslogger >= 1.2, + htsn-common >= 0.0.1, + hxt >= 9.3, + groundhog >= 0.5, + groundhog-postgresql >= 0.5, + groundhog-sqlite >= 0.5, + groundhog-th >= 0.5, + MissingH >= 1.2, + old-locale >= 1, + process >= 1.1, + tasty >= 0.8, + tasty-hunit >= 0.8, + time >= 1.4, + transformers >= 0.3, + tuple >= 0.2