Ignore a deprecated version of persistent-mongoDB

This commit is contained in:
Michael Snoyman 2014-02-22 21:22:24 +02:00
parent f6bcf23c07
commit 05ab25313d

View File

@ -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"