about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-31 12:06:50 +0200
committerPeter Simons <simons@cryp.to>2016-04-04 15:20:52 +0200
commitde613e08dc5ef8dfc497bd3de59363dfccabfe42 (patch)
tree90f8853dd4f134712ba783e717d34b7dcd7b204a /pkgs/development
parent574f63b956bbcbce3a4682abe2d34d851fb80639 (diff)
downloadnixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar.gz
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar.bz2
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar.lz
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar.xz
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.tar.zst
nixlib-de613e08dc5ef8dfc497bd3de59363dfccabfe42.zip
haskell-doctest: use version 0.11.0 when compiling with GHC 8.0.x
Fixes https://github.com/sol/doctest/issues/125.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index f909336e669e..e39002b8dec4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -49,4 +49,7 @@ self: super: {
   # Deviate from Stackage here to fix lots of builds.
   transformers-compat = super.transformers-compat_0_5_1_4;
 
+  # https://github.com/sol/doctest/issues/125
+  doctest = self.doctest_0_11_0;
+
 }