mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 17:25:49 +01:00
Remove upper bounds and close #355
This commit is contained in:
parent
95f07e11c8
commit
91ca14936a
@ -723,9 +723,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/354
|
-- https://github.com/fpco/stackage/issues/354
|
||||||
addRange "Michael Snoyman" "JuicyPixels" "< 3.2"
|
addRange "Michael Snoyman" "JuicyPixels" "< 3.2"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/355
|
|
||||||
addRange "Michael Snoyman" "hashtables" "< 1.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