]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Fix tasty dependencies and bump to 0.0.4. 0.0.4
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Apr 2014 02:33:39 +0000 (22:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Apr 2014 02:33:39 +0000 (22:33 -0400)
htsn-import.cabal

index 5fba9c5f28b866d8f3dfb3c5f92300873ff9a254..b7922477be5c5c3fde8eb4c4c4725d77d0aa72b8 100644 (file)
@@ -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 <michael@orlitzky.com>
@@ -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.*