mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 11:41:57 +01:00
Upper bounds for #285
This commit is contained in:
parent
915ef21c6f
commit
3a1752afce
@ -546,6 +546,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/281
|
-- https://github.com/fpco/stackage/issues/281
|
||||||
addRange "Michael Snoyman" "lens" "< 4.4"
|
addRange "Michael Snoyman" "lens" "< 4.4"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/285
|
||||||
|
addRange "Michael Snoyman" "tasty" "< 0.9"
|
||||||
|
|
||||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- Yay workarounds for unnecessarily old versions
|
-- Yay workarounds for unnecessarily old versions
|
||||||
let peg x y = addRange "Haskell Platform" x y
|
let peg x y = addRange "Haskell Platform" x y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user