haskellPackages.perhaps: add link to pull request fixing dependencies

This commit is contained in:
Nathan van Doorn 2020-02-07 13:34:07 +00:00 committed by Peter Simons
parent 92f21f7159
commit c13abc9509

View file

@ -1390,6 +1390,7 @@ self: super: {
prettyprinter_1_6_0 = dontCheck super.prettyprinter_1_6_0;
# the test suite has an overly tight restriction on doctest
# See https://github.com/ekmett/perhaps/pull/5
perhaps = doJailbreak super.perhaps;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super