io-streams upper bound

This commit is contained in:
Michael Snoyman 2014-02-23 12:29:56 +02:00
parent 05ab25313d
commit 0c0d731860

View File

@ -330,6 +330,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "lens" "< 4.0"
addRange "Michael Snoyman" "linear" "< 1.6"
-- https://github.com/snapframework/io-streams/issues/22
addRange "Michael Snoyman" "io-streams" "< 1.1.4.1"
-- Depends on a newer version of happy
addRange "Roman Cheplyaka <roma@ro-che.info>" "pretty-show" "<= 1.6.1"