mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 17:10:25 +01:00
Remove eq upper bound ekmett/eq#6
This commit is contained in:
parent
6b053d583e
commit
2f2b8993a5
@ -436,10 +436,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/237
|
-- https://github.com/fpco/stackage/issues/237
|
||||||
addRange "Michael Snoyman" "lens" "< 4.2"
|
addRange "Michael Snoyman" "lens" "< 4.2"
|
||||||
|
|
||||||
-- https://github.com/ekmett/eq/issues/6
|
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $ do
|
|
||||||
addRange "Michael Snoyman" "eq" "< 4.0.2"
|
|
||||||
|
|
||||||
-- 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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user