mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-10 05:17:30 +01:00
Patch scientific to remove upper bounds on tasty #188
This commit is contained in:
parent
037d44b066
commit
eb453a4f88
@ -330,13 +330,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
addRange "Michael Snoyman" "lens" "< 4.0"
|
addRange "Michael Snoyman" "lens" "< 4.0"
|
||||||
addRange "Michael Snoyman" "linear" "< 1.6"
|
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.*
|
-- Requires aeson 0.6.*
|
||||||
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"
|
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"
|
||||||
|
|
||||||
|
|||||||
14
patching/patches/scientific-0.2.0.1.patch
Normal file
14
patching/patches/scientific-0.2.0.1.patch
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user