Upper bounds for #263

This commit is contained in:
Michael Snoyman 2014-08-01 11:23:24 +03:00
parent 9107082031
commit c115409e63

View File

@ -477,6 +477,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/257
addRange "Michael Snoyman" "aeson" "< 0.8"
-- https://github.com/fpco/stackage/issues/263
addRange "Michael Snoyman" "semigroupoids" "< 4.1"
-- https://github.com/jgm/pandoc/issues/1442
addRange "Michael Snoyman" "texmath" "<= 0.6.6.3"