mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
Upper bound for #291
This commit is contained in:
parent
ed0f3ef900
commit
c54924476e
@ -519,6 +519,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- Force a specific version that's compatible with transformers 0.3
|
||||
addRange "Michael Snoyman" "transformers-compat" "== 0.3.3.3"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/291
|
||||
addRange "Michael Snoyman" "random" "< 1.1"
|
||||
|
||||
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