From: Michael Orlitzky Date: Wed, 9 Apr 2014 02:33:39 +0000 (-0400) Subject: Fix tasty dependencies and bump to 0.0.4. X-Git-Tag: 0.0.4^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=1851def5c02f42b90298672e1de89cba417c61ca Fix tasty dependencies and bump to 0.0.4. --- 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.*