diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix index 7e2ffa5a8fc..db70bc3f158 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -63,4 +63,7 @@ self: super: { primitive = self.primitive_0_6_2_0; syb = self.syb_0_7; + # Work around overly restrictive constraints on the version of 'base'. + doctest = doJailbreak super.doctest; + }