mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
bson upper bounds due to binary dep
This commit is contained in:
parent
b9cb32c0cf
commit
a3fc585164
@ -135,6 +135,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
when (ghcVer < GhcMajorVersion 7 6) $ do
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "bson" "< 0.2.3"
|
||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||
add "FP Complete <michael@fpcomplete.com>" "repa-devil"
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user