Some HP upper bounds

This commit is contained in:
Michael Snoyman 2014-08-27 11:01:18 +03:00
parent a8951ec2a0
commit bc43cb25fd

View File

@ -551,6 +551,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
peg "kan-extensions" "< 4.1"
peg "semigroupoids" "< 4.1"
peg "aws" "< 0.10"
peg "pandoc" "< 1.13"
peg "texmath" "<= 0.6.6.3"
add :: String -> String -> Writer PackageMap ()
add maintainer package = addRange maintainer package "-any"