]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
Bump the version and switch to tasty (from test-framework).
[haeredes.git] / haeredes.cabal
index 5b7969a4837855383d699ffeb26ea0e17c983f1d..9961eed08dc6478c038edefb528e80e38e470cff 100644 (file)
@@ -1,5 +1,5 @@
 name:           haeredes
-version:        0.2
+version:        0.4.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -83,16 +83,14 @@ executable haeredes
     base                        == 4.*,
     bytestring                  == 0.10.*,
     cmdargs                     == 0.10.*,
-    dns                         >= 0.3.7,
+    dns                         == 1.*,
     iproute                     == 1.2.*,
     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
@@ -130,16 +128,14 @@ test-suite testsuite
     base                        == 4.*,
     bytestring                  == 0.10.*,
     cmdargs                     == 0.10.*,
-    dns                         >= 0.3.7,
+    dns                         == 1.*,
     iproute                     == 1.2.*,
     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: