mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Some more upper bounds
This commit is contained in:
parent
3bf1b759da
commit
7e38372dff
@ -636,6 +636,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
|
||||
-- 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
|
||||
-- Yay workarounds for unnecessarily old versions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user