mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
Upper bound for skogsbaer/HTF#33
This commit is contained in:
parent
2adf6073af
commit
df1e171914
@ -371,9 +371,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/205
|
||||
addRange "Michael Snoyman" "hastache" "< 0.6"
|
||||
|
||||
-- https://github.com/skogsbaer/HTF/issues/33
|
||||
when (ghcVer == GhcMajorVersion 7 4) $
|
||||
addRange "Michael Snoyman" "HTF" "< 0.11.3"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael snoyman" "attoparsec" "< 0.11.2.1"
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
addRange "Michael Snoyman" "parsers" "< 0.11"
|
||||
|
||||
-- local patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user