mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-01 14:34:36 +01:00
Some HP upper bounds
This commit is contained in:
parent
a8951ec2a0
commit
bc43cb25fd
@ -551,6 +551,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
peg "kan-extensions" "< 4.1"
|
peg "kan-extensions" "< 4.1"
|
||||||
peg "semigroupoids" "< 4.1"
|
peg "semigroupoids" "< 4.1"
|
||||||
peg "aws" "< 0.10"
|
peg "aws" "< 0.10"
|
||||||
|
peg "pandoc" "< 1.13"
|
||||||
|
peg "texmath" "<= 0.6.6.3"
|
||||||
|
|
||||||
add :: String -> String -> Writer PackageMap ()
|
add :: String -> String -> Writer PackageMap ()
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user