mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
Remove upper bounds and close #198
This commit is contained in:
parent
ffd0e41142
commit
31fa7d29c1
@ -342,9 +342,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
||||||
addRange "Michael Snoyman" "parsers" "< 0.11"
|
addRange "Michael Snoyman" "parsers" "< 0.11"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/198
|
|
||||||
addRange "Michael Snoyman" "lens" "< 4.1"
|
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/199
|
-- https://github.com/fpco/stackage/issues/199
|
||||||
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
|
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
|
||||||
addRange "Michael Snoyman" "hspec-meta" "< 1.9"
|
addRange "Michael Snoyman" "hspec-meta" "< 1.9"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user