From a14264db3ead58b33ce866f837014c459cc98484 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Sep 2015 17:46:25 +0200 Subject: [PATCH] haskell-pandoc-citeproc has spurious test suite failures. --- 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 179ee4c5a870..de23a87d8939 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -434,6 +434,7 @@ self: super: { pandoc-citeproc_0_6 = dontCheck super.pandoc-citeproc_0_6; pandoc-citeproc_0_6_0_1 = dontCheck super.pandoc-citeproc_0_6_0_1; pandoc-citeproc_0_7_3 = dontCheck super.pandoc-citeproc_0_7_3; + pandoc-citeproc_0_7_3_1 = dontCheck super.pandoc-citeproc_0_7_3; persistent-redis = dontCheck super.persistent-redis; pipes-extra = dontCheck super.pipes-extra; pipes-websockets = dontCheck super.pipes-websockets;