From d2efa6575ef6aca5bc3fa5c907b05edb95caea1f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 4 Dec 2014 12:29:55 +0200 Subject: [PATCH] Deal with other HP funny business --- Stackage/Config.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 5b8e5164..d4629d3e 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -622,13 +622,16 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do -} mapM_ (add "Emanuel Borsobom ") $ words =<< - ["text-binary BoundedChan MissingH bytestring-lexing bytestring-trie" - ,"data-accessor data-accessor-mtl file-location fuzzcheck here" + ["text-binary BoundedChan bytestring-lexing bytestring-trie" + ,"data-accessor data-accessor-mtl file-location here" ,"hlibgit2 hostname-validate interpolatedstring-perl6 iproute" ,"missing-foreign multimap parallel-io"] when (ghcVer >= GhcMajorVersion 7 8) $ mapM_ (add "Emanuel Borsobom ") $ words "haddock-api" + when (not requireHP) $ + mapM_ (add "Emanuel Borsobom ") $ words + "fuzzcheck MissingH" mapM_ (add "Michael Sloan