X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=htsn-import.cabal;h=9a61d4d630d717c149b2440bffbae324d76b75c8;hp=9bf2a64cb46be6e67f1ad2b7148ef4299bf4fc16;hb=62f0536b91460db0d6906cae71f29cb79813f9ae;hpb=6b905bc5bf75885e72976bbc769f6f850f589b2c diff --git a/htsn-import.cabal b/htsn-import.cabal index 9bf2a64..9a61d4d 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -30,13 +30,18 @@ extra-source-files: schemagen/CBASK_FGPctXML/*.xml schemagen/CBASK_FoulsXML/*.xml schemagen/CBASK_FTPctXML/*.xml + schemagen/Cbask_Indv_No_Avg_XML/*.xml schemagen/Cbask_Indv_Scoring_XML/*.xml + schemagen/Cbask_Indv_Shooting_XML/*.xml schemagen/CBASK_Lineup_XML/*.xml schemagen/CBASK_MinutesXML/*.xml schemagen/Cbask_Polls_XML/*.xml schemagen/cbaskpreviewxml/*.xml schemagen/CBASK_ReboundsXML/*.xml schemagen/CBASK_ScoringLeadersXML/*.xml + schemagen/Cbask_Team_Scoring_Rebound_Margin_XML/*.xml + schemagen/Cbask_Team_Scoring_XML/*.xml + schemagen/Cbask_Team_Shooting_Pct_XML/*.xml schemagen/Cbask_Team_ThreePT_Made_XML/*.xml schemagen/Cbask_Team_ThreePT_PCT_XML/*.xml schemagen/Cbask_Team_Win_Pct_XML/*.xml @@ -246,8 +251,10 @@ executable htsn-import base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, + fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, @@ -306,6 +313,7 @@ executable htsn-import ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -336,8 +344,10 @@ test-suite testsuite base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, + fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3, @@ -357,6 +367,7 @@ test-suite testsuite -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -381,6 +392,7 @@ test-suite doctests -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall + -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing @@ -408,8 +420,10 @@ test-suite shelltests base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, + fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,