mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 11:16:34 +01:00
Remove upper bounds and close #277
This commit is contained in:
parent
badafe15fe
commit
a40f1c6276
@ -498,9 +498,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/242
|
-- https://github.com/fpco/stackage/issues/242
|
||||||
addRange "Michael Snoyman" "mongoDB" "< 1.6"
|
addRange "Michael Snoyman" "mongoDB" "< 1.6"
|
||||||
|
|
||||||
-- https://github.com/jgm/pandoc/issues/1442
|
|
||||||
addRange "Michael Snoyman" "texmath" "<= 0.6.6.3"
|
|
||||||
|
|
||||||
-- Requires too new a version of text
|
-- Requires too new a version of text
|
||||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||||
@ -530,9 +527,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/276
|
-- https://github.com/fpco/stackage/issues/276
|
||||||
addRange "Michael Snoyman" "network" "< 2.6"
|
addRange "Michael Snoyman" "network" "< 2.6"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/277
|
|
||||||
addRange "Michael Snoyman" "pandoc" "< 1.13"
|
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/279
|
-- https://github.com/fpco/stackage/issues/279
|
||||||
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user