mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 20:51:57 +01:00
Remove upper bounds and close #286
This commit is contained in:
parent
b5b8ff0f36
commit
9bc59ce814
@ -546,10 +546,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/285
|
-- https://github.com/fpco/stackage/issues/285
|
||||||
addRange "Michael Snoyman" "tasty" "< 0.9"
|
addRange "Michael Snoyman" "tasty" "< 0.9"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/286
|
|
||||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.10"
|
|
||||||
addRange "Michael Snoyman" "haskell-packages" "< 0.2.4.2"
|
|
||||||
|
|
||||||
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