]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Bump to v0.1.1 and allow >= network-2.6. master 0.1.1
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Sep 2014 13:18:24 +0000 (09:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Sep 2014 13:18:24 +0000 (09:18 -0400)
htsn.cabal

index a49409048fa42d4d13ae4e046ae2c6eaef601923..528851b5c3aefaf648efd2e87d0b99004f638779 100644 (file)
@@ -1,5 +1,5 @@
 name:           htsn
-version:        0.1.0
+version:        0.1.1
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -217,7 +217,7 @@ executable htsn
     htsn-common                 >= 0.0.2,
     hxt                         >= 9.3,
     MissingH                    >= 1.2,
-    network                     >= 2.4 && < 2.6,
+    network                     >= 2.4,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
     unix                        >= 2.6
@@ -272,7 +272,7 @@ test-suite testsuite
     htsn-common                 >= 0.0.2,
     hxt                         >= 9.3,
     MissingH                    >= 1.2,
-    network                     >= 2.4 && < 2.6,
+    network                     >= 2.4,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
     unix                        >= 2.6
@@ -308,7 +308,7 @@ test-suite shelltests
     htsn-common                 >= 0.0.2,
     hxt                         >= 9.3,
     MissingH                    >= 1.2,
-    network                     >= 2.4 && < 2.6,
+    network                     >= 2.4,
     process                     >= 1.1,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,