]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Use test-framework for the tests, and bump some dependencies.
[hath.git] / hath.cabal
index 79639ced92452e92ec6e82031e74e5fdd878c6cb..2ea92c0ef3c37ba85ee43ea1be4c7a3d30ad4902 100644 (file)
@@ -12,7 +12,10 @@ executable hath
   build-depends:
     base                        == 4.*,
     HUnit                       == 1.2.*,
-    QuickCheck                  == 2.4.*
+    QuickCheck                  == 2.6.*,
+    test-framework              == 0.8.*,
+    test-framework-hunit        == 0.3.*,
+    test-framework-quickcheck2  == 0.3.*
 
   main-is:
     Main.hs