mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove upper bounds and close #189
This commit is contained in:
parent
db0b576bb0
commit
3e76eaff9b
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user