From dad02f9555e61c3104f1eab38e7da6c92344092f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Apr 2014 22:09:22 -0400 Subject: [PATCH] Fix tasty dependencies, bump to 0.0.8. --- htsn.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htsn.cabal b/htsn.cabal index 4380400..a11a9ff 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -1,5 +1,5 @@ name: htsn -version: 0.0.7 +version: 0.0.8 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -218,8 +218,8 @@ executable htsn 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.* 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. -- 2.43.2