This commit is contained in:
Michael Snoyman 2014-12-03 17:39:00 +02:00
commit 0d204493e9

View File

@ -622,8 +622,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
"hakyll"
-}
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words
"text-binary"
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ 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 <manny@fpcomplete.com>") $ words
"haddock-api"