From 1851def5c02f42b90298672e1de89cba417c61ca Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Apr 2014 22:33:39 -0400 Subject: [PATCH] Fix tasty dependencies and bump to 0.0.4. --- htsn-import.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htsn-import.cabal b/htsn-import.cabal index 5fba9c5..b792247 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -1,5 +1,5 @@ name: htsn-import -version: 0.0.3 +version: 0.0.4 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -87,8 +87,8 @@ executable htsn-import groundhog-th == 0.4.*, MissingH == 1.2.*, old-locale == 1.0.*, - tasty == 0.7.*, - tasty-hunit == 0.4.*, + tasty == 0.8.*, + tasty-hunit == 0.8.*, time == 1.4.*, transformers == 0.3.*, tuple == 0.2.* @@ -164,8 +164,8 @@ test-suite testsuite groundhog-th == 0.4.*, MissingH == 1.2.*, old-locale == 1.0.*, - tasty == 0.7.*, - tasty-hunit == 0.4.*, + tasty == 0.8.*, + tasty-hunit == 0.8.*, time == 1.4.*, transformers == 0.3.*, tuple == 0.2.* @@ -236,8 +236,8 @@ test-suite shelltests MissingH == 1.2.*, old-locale == 1.0.*, process == 1.1.*, - tasty == 0.7.*, - tasty-hunit == 0.4.*, + tasty == 0.8.*, + tasty-hunit == 0.8.*, time == 1.4.*, transformers == 0.3.*, tuple == 0.2.* -- 2.43.2