mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Remove temporary upper bounds
This commit is contained in:
parent
15e0199522
commit
81f2917f77
@ -345,11 +345,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
|
||||
-- Version 0.15.3 requires a newer template-haskell
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "language-ecmascript" "< 0.15.3"
|
||||
|
||||
-- Temporary upper bounds while getting things sorted with upstream...
|
||||
addRange "Michael Snoyman" "dlist" "< 0.6"
|
||||
addRange "Michael Snoyman" "unix" "< 2.7"
|
||||
addRange "Michael Snoyman" "array" "< 0.5"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user