From c13abc9509e20ec09bcc80e1816e74a1cd5c3dbc Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Fri, 7 Feb 2020 13:34:07 +0000 Subject: [PATCH] haskellPackages.perhaps: add link to pull request fixing dependencies --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 56fcd4291b2..51cac5cf131 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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