From 5c45ca0943b170aa31e917288f1b0aaa9cbb2da1 Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Fri, 28 Sep 2018 09:45:22 +0200 Subject: [PATCH] haskellPackages.term-rewriting: doJailbreak and dontCheck --- 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 8beca9572e7e..5034aaee6336 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -999,6 +999,9 @@ self: super: { ''; }); + # https://github.com/haskell-rewriting/term-rewriting/issues/11 + term-rewriting = dontCheck (doJailbreak super.term-rewriting); + # https://github.com/nick8325/twee/pull/1 twee-lib = dontHaddock super.twee-lib;