mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for nikita-volkov/stm-containers#3
This commit is contained in:
parent
a7fe3a36c5
commit
7ddbfc6e99
@ -713,6 +713,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "nats" "< 1"
|
||||
addRange "Michael Snoyman" "void" "< 0.7"
|
||||
|
||||
-- https://github.com/nikita-volkov/stm-containers/issues/3
|
||||
addRange "Michael Snoyman" "free" "< 4.10"
|
||||
|
||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||
-- Yay workarounds for unnecessarily old versions
|
||||
let peg x y = addRange "Haskell Platform" x y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user