mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-relude-6.0.0.0 does not pass its doctest suite
This commit is contained in:
parent
6516c12dbe
commit
6d068993b5
1 changed files with 3 additions and 0 deletions
|
@ -147,4 +147,7 @@ self: super: {
|
|||
# The LTS-14.x version of the dependencies are too old.
|
||||
policeman = super.policeman.overrideScope (self: super: { ansi-terminal = self.ansi-terminal_0_10_2; relude = self.relude_0_6_0_0; });
|
||||
|
||||
# https://github.com/kowainik/relude/issues/241
|
||||
relude_0_6_0_0 = dontCheck super.relude_0_6_0_0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue