mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 09:48:31 +01:00
Upper bounds for #207
This commit is contained in:
parent
df1e171914
commit
e8ea64261f
@ -371,6 +371,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/205
|
-- https://github.com/fpco/stackage/issues/205
|
||||||
addRange "Michael Snoyman" "hastache" "< 0.6"
|
addRange "Michael Snoyman" "hastache" "< 0.6"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/207
|
||||||
|
addRange "Michael Snoyman" "semigroups" "< 0.13"
|
||||||
|
|
||||||
-- https://github.com/skogsbaer/HTF/issues/33
|
-- https://github.com/skogsbaer/HTF/issues/33
|
||||||
when (ghcVer == GhcMajorVersion 7 4) $
|
when (ghcVer == GhcMajorVersion 7 4) $
|
||||||
addRange "Michael Snoyman" "HTF" "< 0.11.3"
|
addRange "Michael Snoyman" "HTF" "< 0.11.3"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user