Update Config.hs

This commit is contained in:
Joey Eremondi 2014-12-13 14:17:40 +01:00
parent 0f0f870ecb
commit 9e4231c5a0

View File

@ -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"