Remove upper bounds and close #189

This commit is contained in:
Michael Snoyman 2014-07-29 08:58:26 +03:00
parent db0b576bb0
commit 3e76eaff9b

View File

@ -223,6 +223,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
, "base16-bytestring convertible"
, "compdata hybrid-vectors"
, "executable-path formatting"
, "criterion"
]
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
@ -440,9 +441,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "hxt" "< 9.3.1"
addRange "Michael Snoyman" "network" "< 2.4"
-- https://github.com/fpco/stackage/issues/189
addRange "Michael Snoyman" "statistics" "< 0.11"
-- https://github.com/fpco/stackage/issues/197
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
addRange "Michael Snoyman" "parsers" "< 0.11"