mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 01:20:24 +01:00
Patch for tasty
This commit is contained in:
parent
35487e7130
commit
4588cdf313
@ -328,8 +328,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
addRange "Michael Snoyman" "recursion-schemes" "< 4"
|
addRange "Michael Snoyman" "recursion-schemes" "< 4"
|
||||||
addRange "Michael Snoyman" "data-lens" "< 2.10.4"
|
addRange "Michael Snoyman" "data-lens" "< 2.10.4"
|
||||||
addRange "Michael Snoyman" "syb-extras" "< 0.3"
|
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
|
-- https://github.com/fpco/stackage/issues/153
|
||||||
addRange "Michael Snoyman" "text" "< 1.0"
|
addRange "Michael Snoyman" "text" "< 1.0"
|
||||||
|
|||||||
12
patching/patches/tasty-0.7.patch
Normal file
12
patching/patches/tasty-0.7.patch
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user