mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 17:10:25 +01:00
parent
4fd41fa2a1
commit
65cee21df3
@ -553,12 +553,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||||
]
|
]
|
||||||
|
|
||||||
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $ do
|
||||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
||||||
words "stm-containers focus list-t slave-thread partial-handler" ++
|
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||||
words "neat-interpolation cases" ++
|
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||||
words "base-prelude mtl-prelude"
|
words "neat-interpolation cases" ++
|
||||||
addRange "Nikita Volkov <nikita.y.volkov@mail.ru>" "mtl-prelude" "< 2"
|
words "base-prelude mtl-prelude"
|
||||||
|
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