mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Upper bound for #354
This commit is contained in:
parent
148c6378ec
commit
95acab32b9
@ -715,6 +715,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/nikita-volkov/stm-containers/issues/3
|
-- https://github.com/nikita-volkov/stm-containers/issues/3
|
||||||
addRange "Michael Snoyman" "free" "< 4.10"
|
addRange "Michael Snoyman" "free" "< 4.10"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/354
|
||||||
|
addRange "Michael Snoyman" "JuicyPixels" "< 3.2"
|
||||||
|
|
||||||
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