mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Upper bound for liyang/thyme#29
This commit is contained in:
parent
9e3a8550aa
commit
f61369e973
@ -532,6 +532,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "mtl" "< 2.2"
|
||||
addRange "Michael Snoyman" "lifted-base" "< 0.2.2.2"
|
||||
|
||||
-- https://github.com/liyang/thyme/issues/29
|
||||
when (ghcVer < GhcMajorVersion 7 6) $
|
||||
addRange "Michael Snoyman" "thyme" "< 0.3.5.3"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/224
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
||||
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user