From 1ca79bff84696ca680cf09bf4813321159d3bc66 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2015 09:53:18 +0200 Subject: [PATCH] haskell-DSA: test suite run-time has been reduced upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1545e49130a..b83158a9d73 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1020,9 +1020,6 @@ 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; - # https://github.com/bos/bloomfilter/issues/7 bloomfilter = appendPatch super.bloomfilter ./patches/bloomfilter-fix-on-32bit.patch;