mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge branch 'tmp-add-hdevtools-and-sodium' of https://github.com/geraldus/stackage
This commit is contained in:
commit
8c1eee8b26
@ -220,7 +220,7 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
||||
add "bloodhound"
|
||||
|
||||
-- Too lazy to keep the test dependencies up to date
|
||||
let names =
|
||||
let names =
|
||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||
words "neat-interpolation cases" ++
|
||||
@ -658,10 +658,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
|
||||
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
||||
"graph-core reroute Spock"
|
||||
|
||||
|
||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words
|
||||
"prettyclass"
|
||||
|
||||
mapM_ (add "Arthur Fayzrakhmanov <heraldhoi@gmail.com>") $ words
|
||||
"sodium hdevtools"
|
||||
|
||||
-- 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