mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge branch 'fpco-reqs' of https://github.com/fpco/stackage
This commit is contained in:
commit
0d204493e9
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user