Upper bound for #355

This commit is contained in:
Michael Snoyman 2014-12-07 09:07:21 +02:00
parent 95acab32b9
commit 2d42b0386f

View File

@ -718,6 +718,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/354
addRange "Michael Snoyman" "JuicyPixels" "< 3.2"
-- https://github.com/fpco/stackage/issues/355
addRange "Michael Snoyman" "hashtables" "< 1.2"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y