mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove upper bounds and close #227
This commit is contained in:
parent
9e5bf1d8cf
commit
fb5d760e9b
@ -425,9 +425,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
||||
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/227
|
||||
addRange "Michael Snoyman" "directory-tree" "< 0.12"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/231
|
||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.9"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user