Add persistent-mongoDB

This commit is contained in:
Michael Snoyman 2013-09-02 09:02:37 +03:00
parent e4917756ac
commit aaca23e822

View File

@ -90,6 +90,10 @@ defaultExpectedFailures _ = fromList $ map PackageName
-- https://github.com/skogsbaer/xmlgen/issues/2
, "xmlgen"
-- Something very strange going on with the test suite, I can't figure
-- out how to fix it
, "bson"
]
-- | List of packages for our stable Hackage. All dependencies will be
@ -114,6 +118,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
, "async shelly"
, "hxt dimensional"
, "cairo diagrams-cairo"
, "persistent-mongoDB"
]
when (ghcVer < GhcMajorVersion 7 6) $ do
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"