mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Fix
This commit is contained in:
parent
f61369e973
commit
bc33d74377
@ -533,7 +533,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "lifted-base" "< 0.2.2.2"
|
||||
|
||||
-- https://github.com/liyang/thyme/issues/29
|
||||
when (ghcVer < GhcMajorVersion 7 6) $
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $
|
||||
addRange "Michael Snoyman" "thyme" "< 0.3.5.3"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/224
|
||||
|
||||
Loading…
Reference in New Issue
Block a user