mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
Remove upper bounds and close #310
This commit is contained in:
parent
19b7bbd92c
commit
5ebb02ffac
@ -568,9 +568,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/291
|
-- https://github.com/fpco/stackage/issues/291
|
||||||
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
addRange "Michael Snoyman" "random" "< 1.0.1.3"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/310
|
|
||||||
addRange "Michael Snoyman" "HandsomeSoup" "< 0.3.3"
|
|
||||||
|
|
||||||
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