mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-09 12:57:30 +01:00
Upper bounds for #197
This commit is contained in:
parent
969a85ef72
commit
2fe894190f
@ -142,7 +142,7 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
defaultStablePackages :: GhcMajorVersion
|
defaultStablePackages :: GhcMajorVersion
|
||||||
-> Bool -- ^ using haskell platform?
|
-> Bool -- ^ using haskell platform?
|
||||||
-> Map PackageName (VersionRange, Maintainer)
|
-> Map PackageName (VersionRange, Maintainer)
|
||||||
defaultStablePackages ghcVer usingHP = unPackageMap $ execWriter $ do
|
defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||||
mapM_ (add "michael@snoyman.com") $ words =<<
|
mapM_ (add "michael@snoyman.com") $ words =<<
|
||||||
[ "yesod yesod-newsfeed yesod-sitemap yesod-static yesod-test yesod-bin"
|
[ "yesod yesod-newsfeed yesod-sitemap yesod-static yesod-test yesod-bin"
|
||||||
, "markdown filesystem-conduit mime-mail-ses"
|
, "markdown filesystem-conduit mime-mail-ses"
|
||||||
@ -338,6 +338,10 @@ defaultStablePackages ghcVer usingHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/194
|
-- https://github.com/fpco/stackage/issues/194
|
||||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.8"
|
addRange "Michael Snoyman" "optparse-applicative" "< 0.8"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/197
|
||||||
|
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
||||||
|
addRange "Michael Snoyman" "parsers" "< 0.11"
|
||||||
|
|
||||||
-- local patch
|
-- local patch
|
||||||
addRange "Michael Snoyman" "bson" "== 0.2.4"
|
addRange "Michael Snoyman" "bson" "== 0.2.4"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user