]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Prepare for version 0.0.1.
[hath.git] / hath.cabal
index 79639ced92452e92ec6e82031e74e5fdd878c6cb..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>
@@ -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