mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-17 16:55:51 +01:00
Add persistent-mongoDB
This commit is contained in:
parent
e4917756ac
commit
aaca23e822
@ -90,6 +90,10 @@ defaultExpectedFailures _ = fromList $ map PackageName
|
|||||||
|
|
||||||
-- https://github.com/skogsbaer/xmlgen/issues/2
|
-- https://github.com/skogsbaer/xmlgen/issues/2
|
||||||
, "xmlgen"
|
, "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
|
-- | List of packages for our stable Hackage. All dependencies will be
|
||||||
@ -114,6 +118,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
, "async shelly"
|
, "async shelly"
|
||||||
, "hxt dimensional"
|
, "hxt dimensional"
|
||||||
, "cairo diagrams-cairo"
|
, "cairo diagrams-cairo"
|
||||||
|
, "persistent-mongoDB"
|
||||||
]
|
]
|
||||||
when (ghcVer < GhcMajorVersion 7 6) $ do
|
when (ghcVer < GhcMajorVersion 7 6) $ do
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user