haskell-users-postgresql-simple requires PostgreSQL running for its test suite.

This commit is contained in:
Peter Simons 2015-03-09 12:14:33 +01:00
parent f4958243d4
commit 46e5a39cdc

View file

@ -233,6 +233,7 @@ self: super: {
postgrest = dontCheck super.postgrest;
snowball = dontCheck super.snowball;
test-sandbox = dontCheck super.test-sandbox;
users-postgresql-simple = dontCheck super.users-postgresql-simple;
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1
xmlgen = dontCheck super.xmlgen;