summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-15 17:49:53 +0100
committerPeter Simons <simons@cryp.to>2018-03-15 21:33:04 +0100
commit79c2be32adb1d9fe45142f55611c9878bcb54c23 (patch)
treee1aed5c69e36f13909eadc17fb53a3676e2bf25f /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent2932385b3c5e9bae5c5995344418960704d4d5ce (diff)
downloadnixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar.gz
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar.bz2
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar.lz
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar.xz
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.tar.zst
nixpkgs-79c2be32adb1d9fe45142f55611c9878bcb54c23.zip
haskell-doctest: update overrides for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 4073e4798b1..737ed7facbd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -70,7 +70,7 @@ self: super: {
 
   ## Needs bump to a versioned attribute
   ## Issue: https://github.com/sol/doctest/issues/189
-  doctest = overrideCabal super.doctest_0_14_1 (drv: {
+  doctest = overrideCabal super.doctest_0_15_0 (drv: {
     ## Setup: Encountered missing dependencies:
     ## ghc >=7.0 && <8.4
     ##