mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Remove some bans for #333
This commit is contained in:
parent
aae72cc1ae
commit
4fd41fa2a1
@ -553,13 +553,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||||
]
|
]
|
||||||
|
|
||||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $ do
|
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
||||||
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||||
words "stm-containers focus list-t slave-thread partial-handler" ++
|
words "neat-interpolation cases" ++
|
||||||
words "neat-interpolation cases" ++
|
words "base-prelude mtl-prelude"
|
||||||
words "base-prelude mtl-prelude"
|
addRange "Nikita Volkov <nikita.y.volkov@mail.ru>" "mtl-prelude" "< 2"
|
||||||
addRange "Nikita Volkov <nikita.y.volkov@mail.ru>" "mtl-prelude" "< 2"
|
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/217
|
-- https://github.com/fpco/stackage/issues/217
|
||||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user