mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Merge pull request #359 from nikita-volkov/master
Disable tests on all of my packages, since they already get tested with Travis
This commit is contained in:
commit
e8aef7c343
@ -219,10 +219,13 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
-- Requires locally running server
|
-- Requires locally running server
|
||||||
add "bloodhound"
|
add "bloodhound"
|
||||||
|
|
||||||
-- Requires PostgreSQL running
|
-- Too lazy to keep the test dependencies up to date
|
||||||
add "postgresql-binary"
|
let names =
|
||||||
add "hasql"
|
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||||
add "hasql-postgres"
|
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||||
|
words "neat-interpolation cases" ++
|
||||||
|
words "base-prelude mtl-prelude"
|
||||||
|
in mapM_ add names
|
||||||
|
|
||||||
-- https://github.com/gtk2hs/gtk2hs/issues/79
|
-- https://github.com/gtk2hs/gtk2hs/issues/79
|
||||||
add "gio"
|
add "gio"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user