mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-09-06 01:43:51 +02:00
Exclude some packages for HP #333
This commit is contained in:
parent
a13ef90cf8
commit
95b1628d43
@ -418,6 +418,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Adam Bergmark <adam@bergmark.nl>") $ words
|
||||
"fay fay-base fay-dom fay-jquery fay-text fay-uri snaplet-fay"
|
||||
|
||||
when (not requireHP) $
|
||||
mapM_ (add "Rodrigo Setti <rodrigosetti@gmail.com>") $ words
|
||||
"messagepack messagepack-rpc"
|
||||
|
||||
@ -550,6 +551,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||
]
|
||||
|
||||
when (not requireHP) $ do
|
||||
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user