mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 14:11:57 +01:00
Upper bound for #288
This commit is contained in:
parent
367a7b61bb
commit
f7c9b9b4b9
@ -487,6 +487,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/279
|
-- https://github.com/fpco/stackage/issues/279
|
||||||
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/288
|
||||||
|
addRange "Michael Snoyman" "text" "< 1.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