diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 300e6baa..79ca8db7 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -652,9 +652,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Alexander Thiemann ") $ words "graph-core reroute Spock" - mapM_ (add "Joey Eremondi ") $ - 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 ") $ 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"