mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-14 15:25:50 +01:00
Update Config.hs
This commit is contained in:
parent
0f0f870ecb
commit
9e4231c5a0
@ -652,9 +652,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
||||||
"graph-core reroute Spock"
|
"graph-core reroute Spock"
|
||||||
|
|
||||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $
|
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words =<<
|
||||||
words "prettyclass language-glsl union-find aeson-pretty QuasiText" ++
|
[ "prettyclass language-glsl union-find aeson-pretty QuasiText"
|
||||||
words "digest zip-archive elm-compiler elm-package elm-core-sources elm-build-lib"
|
, "digest zip-archive elm-compiler elm-package elm-core-sources elm-build-lib"
|
||||||
|
]
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/217
|
-- https://github.com/fpco/stackage/issues/217
|
||||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user