mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Ignore a deprecated version of persistent-mongoDB
This commit is contained in:
parent
f6bcf23c07
commit
05ab25313d
@ -161,6 +161,8 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
, "persistent-mongoDB fpco-api"
|
||||
, "threepenny-gui base16-bytestring convertible"
|
||||
]
|
||||
-- Deprecated version
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
|
||||
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