mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for #257
This commit is contained in:
parent
3861f66d27
commit
0cab6ea80b
@ -459,6 +459,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/242
|
||||
addRange "Michael Snoyman" "mongoDB" "< 1.5"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/257
|
||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user