From 9a1191e32a28c71b228065ebde65e9cc2830a124 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 28 Nov 2014 12:47:48 +0200 Subject: [PATCH] Add back shell-conduit --- Stackage/Config.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 01e4ef96..70787302 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -341,10 +341,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Chris Done") $ words =<< [ "ace check-email freenect frisby gd haskell-docs " , "hostname-validate ini lucid osdkeys pdfinfo present " - , "pure-io scrobble sourcemap" ] + , "pure-io scrobble sourcemap shell-conduit" ] -- TODO: Add hindent and structured-haskell-mode once they've been ported to HSE 1.16. - -- https://github.com/isomorphism/these/issues/11 - -- when (ghcVer >= GhcMajorVersion 7 8) $ add "Chris Done" "shell-conduit" #if !defined(mingw32_HOST_OS) && !defined(__MINGW32__) -- Does not compile on Windows