mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove upper bounds and close #207
This commit is contained in:
parent
dde4c19c42
commit
d5bac2db51
@ -403,9 +403,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
|
||||
addRange "Michael Snoyman" "tasty-quickcheck" "< 0.8.0.3"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/207
|
||||
addRange "Michael Snoyman" "semigroups" "< 0.13"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/216
|
||||
when (ghcVer == GhcMajorVersion 7 6) $
|
||||
addRange "Michael Snoyman" "repa" "< 3.2.5.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user