From f46ad3f6d85e4867a8691656fca2f17a0ff9eee6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Nov 2015 16:15:42 +0100 Subject: [PATCH] haskell-sdr: re-enable the test suite https://github.com/adamwalker/sdr/issues/1#issuecomment-99296074 suggests that the issue has been fixed. --- 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 a142722f4c8..2934a512886 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -662,9 +662,6 @@ self: super: { # https://github.com/nushio3/doctest-prop/issues/1 doctest-prop = dontCheck super.doctest-prop; - # https://github.com/adamwalker/sdr/issues/1 - sdr = dontCheck super.sdr; - # https://github.com/bos/aeson/issues/253 aeson = dontCheck super.aeson;