]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
Bump the version and switch to tasty (from test-framework).
[haeredes.git] / haeredes.cabal
index e171258ed9ea54338061ad639562ea0fc8334b27..9961eed08dc6478c038edefb528e80e38e470cff 100644 (file)
@@ -1,5 +1,5 @@
 name:           haeredes
-version:        0.3.0
+version:        0.4.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -88,11 +88,9 @@ executable haeredes
     MissingH                    == 1.2.*,
     parallel-io                 == 0.3.*,
     -- Test deps
-    HUnit                       == 1.2.*,
-    QuickCheck                  == 2.*,
-    test-framework              == 0.8.*,
-    test-framework-hunit        == 0.3.*,
-    test-framework-quickcheck2  == 0.3.*
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
+    tasty-quickcheck            == 0.8.*
 
   main-is:
     Main.hs
@@ -135,11 +133,9 @@ test-suite testsuite
     MissingH                    == 1.2.*,
     parallel-io                 == 0.3.*,
     -- Test deps
-    HUnit                       == 1.2.*,
-    QuickCheck                  == 2.*,
-    test-framework              == 0.8.*,
-    test-framework-hunit        == 0.3.*,
-    test-framework-quickcheck2  == 0.3.*
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
+    tasty-quickcheck            == 0.8.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options: