mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add packages required for building fpco
This commit is contained in:
parent
54de80092f
commit
fccd62f5fc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user