X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=htsn.cabal;h=528851b5c3aefaf648efd2e87d0b99004f638779;hp=1a2724564ef9b9f2c5d2dfd10fb972ff13953e21;hb=HEAD;hpb=1d58dc651f06286ee42d17341fea107f8737f709 diff --git a/htsn.cabal b/htsn.cabal index 1a27245..528851b 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -1,5 +1,5 @@ name: htsn -version: 0.0.11 +version: 0.1.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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,