From 9e4231c5a020887b090397dc564d11ace786907d Mon Sep 17 00:00:00 2001 From: Joey Eremondi Date: Sat, 13 Dec 2014 14:17:40 +0100 Subject: [PATCH] Update Config.hs --- Stackage/Config.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"