mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 09:30:28 +01:00
Upper bound for #318
This commit is contained in:
parent
72cca85053
commit
e6454515d0
@ -589,6 +589,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/314
|
-- https://github.com/fpco/stackage/issues/314
|
||||||
addRange "Michael Snoyman" "hxt" "< 9.3.1.9"
|
addRange "Michael Snoyman" "hxt" "< 9.3.1.9"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/318
|
||||||
|
addRange "Michael Snoyman" "HaXml" "< 1.25"
|
||||||
|
|
||||||
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