]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Prepare for version 0.0.1.
[hath.git] / hath.cabal
index ca43858732c61b38f6c03fd456e0b67a04da64b5..ee3615a41eb42ee1d97ff6d6a93fcbe1e02b2431 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.0
+version:        0.0.1
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -10,9 +10,12 @@ build-type:     Simple
 
 executable hath
   build-depends:
-    base                        == 4.4.*,
+    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