haskellPackages.perhaps: add link to pull request fixing dependencies

wip/yesman
Nathan van Doorn 4 years ago committed by Peter Simons
parent 92f21f7159
commit c13abc9509
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save