From 4fd41fa2a1a5c05d32ba0ff4b8053e9fbd50a471 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 16 Nov 2014 16:45:09 +0200 Subject: [PATCH] Remove some bans for #333 --- Stackage/Config.hs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index ecaa221e..e13071a6 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -553,13 +553,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do [ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa" ] - when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $ do - mapM_ (add "Nikita Volkov ") $ - words "hasql hasql-postgres hasql-backend postgresql-binary" ++ - words "stm-containers focus list-t slave-thread partial-handler" ++ - words "neat-interpolation cases" ++ - words "base-prelude mtl-prelude" - addRange "Nikita Volkov " "mtl-prelude" "< 2" + mapM_ (add "Nikita Volkov ") $ + words "hasql hasql-postgres hasql-backend postgresql-binary" ++ + words "stm-containers focus list-t slave-thread partial-handler" ++ + words "neat-interpolation cases" ++ + words "base-prelude mtl-prelude" + addRange "Nikita Volkov " "mtl-prelude" "< 2" -- https://github.com/fpco/stackage/issues/217 addRange "Michael Snoyman" "transformers" "< 0.4"