Remove upper bound on JuicyPixels (related to #270)

I've updated JuicyPixels to handle transformers > 0.3 and > 0.4, both should work now.
This commit is contained in:
Vincent 2014-08-12 09:21:37 +02:00
parent bf2fb99e57
commit f3c251776d

View file

@ -488,9 +488,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- current build status.
addRange "Andrey Chudnov <oss@chudnov.com>" "language-ecmascript" ">= 0.16.2 && < 1.0"
-- https://github.com/fpco/stackage/issues/270
addRange "Michael Snoyman" "JuicyPixels" "< 3.1.6"
-- https://github.com/fpco/stackage/issues/269
addRange "Michael Snoyman" "tasty-hunit" "< 0.9"