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