mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-17 08:45:48 +01:00
Fix #291 upper bound
This commit is contained in:
parent
c54924476e
commit
aaaa502f64
@ -520,7 +520,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
addRange "Michael Snoyman" "transformers-compat" "== 0.3.3.3"
|
addRange "Michael Snoyman" "transformers-compat" "== 0.3.3.3"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/291
|
-- https://github.com/fpco/stackage/issues/291
|
||||||
addRange "Michael Snoyman" "random" "< 1.1"
|
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user