mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Remove upper bounds and close #292
This commit is contained in:
parent
f16ea01d1d
commit
d30300a86e
@ -531,9 +531,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/291
|
||||
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/292
|
||||
addRange "Michael Snoyman" "io-streams" "< 1.2"
|
||||
|
||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||
-- Yay workarounds for unnecessarily old versions
|
||||
let peg x y = addRange "Haskell Platform" x y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user