mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for optparse-applicative 0.10
This commit is contained in:
parent
668da28e7a
commit
ab12cbf386
@ -556,6 +556,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.11"
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||
addRange "Michael Snoyman" "criterion" "< 1.0.2"
|
||||
addRange "Michael Snoyman" "tasty" "< 0.10.0.1"
|
||||
|
||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||
-- Yay workarounds for unnecessarily old versions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user