mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for #342
This commit is contained in:
parent
827843f658
commit
3bf1b759da
@ -634,6 +634,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/341
|
||||
addRange "Michael Snoyman" "haskell-names" "< 0.5"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/342
|
||||
addRange "Michael Snoyman" "hspec" "< 2.1"
|
||||
|
||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||
-- Yay workarounds for unnecessarily old versions
|
||||
let peg x y = addRange "Haskell Platform" x y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user