mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Upper bound for skogsbaer/HTF#44
This commit is contained in:
parent
ab0fc98461
commit
13df2aff8f
@ -571,6 +571,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "trupill@gmail.com") $ words
|
||||
"djinn-lib djinn-ghc"
|
||||
|
||||
-- https://github.com/skogsbaer/HTF/issues/44
|
||||
addRange "Michael Snoyman" "HTF" "< 0.12.2.0"
|
||||
|
||||
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