mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove MonadRandom upper bound
This commit is contained in:
parent
4bafa80388
commit
9ee88db7c9
@ -683,9 +683,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
when (ghcVer < GhcMajorVersion 7 8) $
|
||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/279
|
||||
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/288
|
||||
addRange "Michael Snoyman" "text" "< 1.2"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user