mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
"graph-core reroute Spock"
|
||||
|
||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $
|
||||
words "prettyclass language-glsl union-find aeson-pretty QuasiText" ++
|
||||
words "digest zip-archive elm-compiler elm-package elm-core-sources elm-build-lib"
|
||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words =<<
|
||||
[ "prettyclass language-glsl union-find aeson-pretty QuasiText"
|
||||
, "digest zip-archive elm-compiler elm-package elm-core-sources elm-build-lib"
|
||||
]
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/217
|
||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user