Skip to content

Commit

Permalink
haskellPackages.term-rewriting: doJailbreak and dontCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb committed Sep 28, 2018
1 parent 535ac18 commit 5c45ca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;

Expand Down

0 comments on commit 5c45ca0

Please sign in to comment.