From 26271d08115babe3051afc0fff39d9507c00e320 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Jul 2017 19:53:37 +0200 Subject: haskell-doctest: jailbreak to fix build with ghc-8.2.x --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix') 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 7e2ffa5a8fce..db70bc3f158d 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; + } -- cgit 1.4.1