Upper bound for #310

This commit is contained in:
Michael Snoyman 2014-10-17 09:10:01 +03:00
parent 6df2877054
commit 5139143666

View File

@ -562,6 +562,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/291
addRange "Michael Snoyman" "random" "< 1.0.1.3"
-- https://github.com/fpco/stackage/issues/310
addRange "Michael Snoyman" "HandsomeSoup" "< 0.3.3"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y