From 697a421fdcae6e41585f1613ec479b4467977ce6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Dec 2018 20:04:22 +0100 Subject: [PATCH] haskell-shelly: enable the test suite again --- 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 0c6621c9659..55e74a0f7e7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -948,9 +948,6 @@ self: super: { # Tries to read a file it is not allowed to in the test suite load-env = dontCheck super.load-env; - # https://github.com/yesodweb/Shelly.hs/issues/162 - shelly = dontCheck super.shelly; - # hledger needs a newer megaparsec version than we have in LTS 12.x. hledger-lib = super.hledger-lib.overrideScope (self: super: { cassava-megaparsec = self.cassava-megaparsec_2_0_0;