diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 11a50317..98061354 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -622,8 +622,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do "hakyll" -} - mapM_ (add "Emanuel Borsobom ") $ words - "text-binary" + mapM_ (add "Emanuel Borsobom ") $ words =<< + ["text-binary BoundedChan MissingH bytestring-lexing bytestring-trie" + ,"data-accessor data-accessor-mtl file-location fuzzcheck here" + ,"hlibgit2 hostname-validate interpolatedstring-perl6 iproute" + ,"missing-foreign multimap parallel-io retry these"] when (ghcVer >= GhcMajorVersion 7 8) $ mapM_ (add "Emanuel Borsobom ") $ words "haddock-api"