mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove an upper bound
This commit is contained in:
parent
dadd148c43
commit
d03b67c665
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user