X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=htsn.cabal;h=504b90a5e3ceaf153d474e1681332ce5783afbc4;hp=4380400ceaa4a8dd70501fa5dec17fe6af4ef171;hb=2fdfbb47d343a47f8f552a9a2cd9ca7b49824d30;hpb=53bcd4803997906549f39447b427a505ba8e1b9d diff --git a/htsn.cabal b/htsn.cabal index 4380400..504b90a 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -1,5 +1,5 @@ name: htsn -version: 0.0.7 +version: 0.0.9 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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.