Remove an upper bound

This commit is contained in:
Michael Snoyman 2013-09-12 15:30:05 +03:00
parent dadd148c43
commit d03b67c665

View File

@ -132,9 +132,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
when (ghcVer < GhcMajorVersion 7 6) $ do
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
-- https://github.com/lpsmith/postgresql-simple/issues/80
addRange "FP Complete <michael@fpcomplete.com>" "postgresql-simple" "<= 0.3.7"
when (ghcVer >= GhcMajorVersion 7 6) $ do
add "FP Complete <michael@fpcomplete.com>" "repa-devil"
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"