mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge branch 'master' of https://github.com/nikita-volkov/stackage
Conflicts: Stackage/Config.hs
This commit is contained in:
commit
dfe3d97957
@ -539,6 +539,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||
]
|
||||
|
||||
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||
words "stm-containers slave-thread partial-handler" ++
|
||||
words "base-prelude mtl-prelude"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/217
|
||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||
addRange "Michael Snoyman" "mtl" "< 2.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user