summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-01 19:53:37 +0200
committerPeter Simons <simons@cryp.to>2017-07-04 15:50:26 +0200
commit26271d08115babe3051afc0fff39d9507c00e320 (patch)
tree43acb1e42958f5ec945ab55659362d3ea83f23fa /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parentf8f9fccd32418d76f572995e1cd4b7bc887630e9 (diff)
downloadnixlib-26271d08115babe3051afc0fff39d9507c00e320.tar
nixlib-26271d08115babe3051afc0fff39d9507c00e320.tar.gz
nixlib-26271d08115babe3051afc0fff39d9507c00e320.tar.bz2
nixlib-26271d08115babe3051afc0fff39d9507c00e320.tar.lz
nixlib-26271d08115babe3051afc0fff39d9507c00e320.tar.xz
nixlib-26271d08115babe3051afc0fff39d9507c00e320.tar.zst
nixlib-26271d08115babe3051afc0fff39d9507c00e320.zip
haskell-doctest: jailbreak to fix build with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix3
1 files changed, 3 insertions, 0 deletions
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;
+
 }