]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - htsn.cabal
Bump version to allow network-2.5.
[dead/htsn.git] / htsn.cabal
index 4380400ceaa4a8dd70501fa5dec17fe6af4ef171..504b90a5e3ceaf153d474e1681332ce5783afbc4 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn
-version:        0.0.7
+version:        0.0.9
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -217,9 +217,9 @@ executable htsn
     htsn-common                 == 0.0.1,
     hxt                         == 9.3.*,
     MissingH                    == 1.2.*,
-    network                     == 2.4.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    network                     >= 2.4 && < 2.6,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     unix                        == 2.6.*
 
   main-is:
@@ -273,8 +273,8 @@ test-suite testsuite
     hxt                         == 9.3.*,
     MissingH                    == 1.2.*,
     network                     == 2.4.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     unix                        == 2.6.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.
@@ -311,8 +311,8 @@ test-suite shelltests
     MissingH                    == 1.2.*,
     network                     == 2.4.*,
     process                     == 1.1.*,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*,
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*,
     unix                        == 2.6.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.