]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Add more Haddock comments.
[hath.git] / hath.cabal
index 23f6cc47724ed7432f960e9ff526a3eb0e847f27..12f811a229bf19ec18e891ab6a7994483bae2ceb 100644 (file)
@@ -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