mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Remove upper bounds and close #342
This commit is contained in:
parent
7e38372dff
commit
7c3ff9072d
@ -634,11 +634,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/341
|
-- https://github.com/fpco/stackage/issues/341
|
||||||
addRange "Michael Snoyman" "haskell-names" "< 0.5"
|
addRange "Michael Snoyman" "haskell-names" "< 0.5"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/342
|
|
||||||
addRange "Michael Snoyman" "hspec" "< 2.1"
|
|
||||||
addRange "Michael Snoyman" "hspec-core" "< 2.1"
|
|
||||||
addRange "Michael Snoyman" "hspec-discover" "< 2.1"
|
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- Yay workarounds for unnecessarily old versions
|
-- Yay workarounds for unnecessarily old versions
|
||||||
let peg x y = addRange "Haskell Platform" x y
|
let peg x y = addRange "Haskell Platform" x y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user