Patch for tasty

This commit is contained in:
Michael Snoyman 2013-12-29 08:34:11 +02:00
parent 35487e7130
commit 4588cdf313
2 changed files with 12 additions and 2 deletions

View File

@ -328,8 +328,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "recursion-schemes" "< 4"
addRange "Michael Snoyman" "data-lens" "< 2.10.4"
addRange "Michael Snoyman" "syb-extras" "< 0.3"
addRange "Michael Snoyman" "tasty" "< 0.6"
addRange "Michael Snoyman" "tasty-golden" "< 2.2"
-- https://github.com/fpco/stackage/issues/153
addRange "Michael Snoyman" "text" "< 1.0"

View File

@ -0,0 +1,12 @@
diff -ru orig/tasty.cabal new/tasty.cabal
--- orig/tasty.cabal 2013-12-29 08:32:27.917648136 +0200
+++ new/tasty.cabal 2013-12-29 08:32:27.000000000 +0200
@@ -49,7 +49,7 @@
regex-tdfa >= 1.1.8,
optparse-applicative >= 0.6,
deepseq >= 1.3,
- either >= 4.0
+ either >= 3.4.2
if flag(colors)
build-depends: ansi-terminal >= 0.6.1