From 75cb15fc4ba07dc4c19ed9590ca9e53b2b3109b6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Mar 2015 21:44:57 +0100 Subject: [PATCH] haskell-test-sandbox: test suite requires external programs --- 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 922837904b66..02d937d4fc12 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -224,6 +224,7 @@ self: super: { postgresql-simple = dontCheck super.postgresql-simple; postgrest = dontCheck super.postgrest; snowball = dontCheck super.snowball; + test-sandbox = dontCheck super.test-sandbox; wai-middleware-hmac = dontCheck super.wai-middleware-hmac; wai-middleware-throttle = dontCheck super.wai-middleware-throttle; xmlgen = dontCheck super.xmlgen;