X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=12f811a229bf19ec18e891ab6a7994483bae2ceb;hp=23f6cc47724ed7432f960e9ff526a3eb0e847f27;hb=e1d16438b44ecd962565756a828c9ed8014cf894;hpb=909e781852e3566fcaa16e156437ebe5bfc89e02 diff --git a/hath.cabal b/hath.cabal index 23f6cc4..12f811a 100644 --- a/hath.cabal +++ b/hath.cabal @@ -13,6 +13,8 @@ executable hath base == 4.*, HUnit == 1.2.*, QuickCheck == 2.6.*, + MissingH == 1.2.*, + split == 0.2.*, test-framework == 0.8.*, test-framework-hunit == 0.3.*, test-framework-quickcheck2 == 0.3.* @@ -34,9 +36,6 @@ executable hath -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -funbox-strict-fields - -fexcess-precision - -fno-spec-constr-count -rtsopts -threaded -optc-O3 @@ -57,6 +56,8 @@ test-suite testsuite base == 4.*, HUnit == 1.2.*, QuickCheck == 2.6.*, + MissingH == 1.2.*, + split == 0.2.*, test-framework == 0.8.*, test-framework-hunit == 0.3.*, test-framework-quickcheck2 == 0.3.* @@ -73,9 +74,6 @@ test-suite testsuite -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind - -funbox-strict-fields - -fexcess-precision - -fno-spec-constr-count -rtsopts -threaded -optc-O3