Patch scientific to remove upper bounds on tasty #188

This commit is contained in:
Michael Snoyman 2014-03-06 14:57:33 +02:00
parent 037d44b066
commit eb453a4f88
2 changed files with 14 additions and 7 deletions

View File

@ -330,13 +330,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "lens" "< 4.0"
addRange "Michael Snoyman" "linear" "< 1.6"
-- https://github.com/fpco/stackage/issues/188
addRange "Michael Snoyman" "tasty" "< 0.8"
addRange "Michael Snoyman" "tasty-golden" "< 2.2"
addRange "Michael Snoyman" "tasty-hunit" "< 0.8"
addRange "Michael Snoyman" "tasty-quickcheck" "< 0.8"
addRange "Michael Snoyman" "tasty-smallcheck" "< 0.8"
-- Requires aeson 0.6.*
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"

View File

@ -0,0 +1,14 @@
diff -ru orig/scientific.cabal new/scientific.cabal
--- orig/scientific.cabal 2014-03-06 14:57:06.880706336 +0200
+++ new/scientific.cabal 2014-03-06 14:57:06.000000000 +0200
@@ -47,8 +47,8 @@
build-depends: scientific
, base >= 4.3 && < 4.8
- , tasty >= 0.3.1 && < 0.8
- , tasty-smallcheck >= 0.2 && < 0.3
+ , tasty >= 0.3.1 && < 0.9
+ , tasty-smallcheck >= 0.2 && < 0.9
, smallcheck >= 1.0 && < 1.2
, text >= 0.8 && < 1.2