mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
parent
6e4f31795c
commit
1bc06f76e0
@ -487,6 +487,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://travis-ci.org/jswebtools/language-ecmascript for
|
||||
-- current build status.
|
||||
addRange "Andrey Chudnov <oss@chudnov.com>" "language-ecmascript" ">= 0.16.2 && < 1.0"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/270
|
||||
addRange "Michael Snoyman" "JuicyPixels" "< 3.1.6"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/269
|
||||
addRange "Michael Snoyman" "tasty-hunit" "< 0.9"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user