From 46e5a39cdc4cc1f6a5414bffa5f039fc20f95f39 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 9 Mar 2015 12:14:33 +0100 Subject: [PATCH] haskell-users-postgresql-simple requires PostgreSQL running for its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f79599db7fc..c09cf799a16 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;