mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-11 05:47:29 +01:00
Remove upper bounds and close #302
This commit is contained in:
parent
a46369e674
commit
a13176e189
@ -565,14 +565,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/291
|
-- https://github.com/fpco/stackage/issues/291
|
||||||
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/302
|
|
||||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.11"
|
|
||||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
|
||||||
addRange "Michael Snoyman" "criterion" "< 1.0.2"
|
|
||||||
addRange "Michael Snoyman" "tasty" "< 0.10.0.1"
|
|
||||||
addRange "Michael Snoyman" "haskell-packages" "< 0.2.4.3"
|
|
||||||
addRange "Michael Snoyman" "diagrams-lib" "< 1.2.0.4"
|
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- Yay workarounds for unnecessarily old versions
|
-- Yay workarounds for unnecessarily old versions
|
||||||
let peg x y = addRange "Haskell Platform" x y
|
let peg x y = addRange "Haskell Platform" x y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user