This commit is contained in:
Michael Snoyman 2013-09-12 12:25:00 +03:00
parent 293a7d71ee
commit dadd148c43

View File

@ -132,6 +132,9 @@ 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"