mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 06:31:56 +01:00
Constraint transformers-compat
This commit is contained in:
parent
ce01ae274a
commit
ed0f3ef900
@ -516,6 +516,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
addRange "Michael Snoyman" "derive" "< 2.5.17"
|
addRange "Michael Snoyman" "derive" "< 2.5.17"
|
||||||
addRange "Michael Snoyman" "hoogle" "< 4.2.35"
|
addRange "Michael Snoyman" "hoogle" "< 4.2.35"
|
||||||
|
|
||||||
|
-- Force a specific version that's compatible with transformers 0.3
|
||||||
|
addRange "Michael Snoyman" "transformers-compat" "== 0.3.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