From 4481108acf861ce36102e3d8dfbc14795c529cd7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Mar 2015 11:19:50 +0100 Subject: [PATCH] haskell-configuration-common: cosmetic --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 93f0befc7046..0d8635569668 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -367,7 +367,7 @@ self: super: { persistent-redis = dontCheck super.persistent-redis; pipes-extra = dontCheck super.pipes-extra; pipes-websockets = dontCheck super.pipes-websockets; - postgresql-binary = dontCheck super.postgresql-binary;# needs a running postgresql server + postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server postgresql-simple-migration = dontCheck super.postgresql-simple-migration; process-streaming = dontCheck super.process-streaming; punycode = dontCheck super.punycode;