Add packages required for building fpco

This commit is contained in:
Emanuel Borsboom 2014-12-03 07:13:05 -08:00
parent 54de80092f
commit fccd62f5fc

View File

@ -619,8 +619,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"