Some more upper bounds

This commit is contained in:
Michael Snoyman 2014-11-27 17:39:00 +02:00
parent 3bf1b759da
commit 7e38372dff

View File

@ -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