Skip to content

Commit

Permalink
haskellPackages.term-rewriting: doJailbreak and dontCheck
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c45ca0)
Backport of #47456
  • Loading branch information
srhb committed Sep 28, 2018
1 parent 3768913 commit 0e0cd2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,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 0e0cd2f

Please sign in to comment.