From c7a9fa11c05a5ac286f961c094f87237f1fd66bd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 31 Aug 2015 12:29:41 +0200 Subject: [PATCH] haskell-DSA fails its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 633651dd10d..3cef7eeebff 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1013,4 +1013,7 @@ self: super: { # https://github.com/basvandijk/concurrent-extra/issues/12 concurrent-extra = dontCheck super.concurrent-extra; + # https://github.com/GaloisInc/DSA/issues/1 + DSA = dontCheck super.DSA; + }