mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Upper bound on persistent-mongoDB
This commit is contained in:
parent
918dd24d0c
commit
169a969227
@ -153,6 +153,8 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
, "persistent-mongoDB"
|
||||
, "threepenny-gui"
|
||||
]
|
||||
-- https://github.com/yesodweb/persistent/issues/190
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3"
|
||||
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user