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-17 12:12:40 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 21:16:48 +0100
commit3c978a82caad786e0a08b8d3e9ab0c104bdc7446 (patch)
treed3b654387557a7adb59e3b1db5b89d44a74181db /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentb59905bfe46870720c170ea26cb0b6d6d76485a7 (diff)
downloadnixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar.gz
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar.bz2
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar.lz
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar.xz
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.tar.zst
nixlib-3c978a82caad786e0a08b8d3e9ab0c104bdc7446.zip
haskell-doctemplates: drop obsolete override 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.nix10
1 files changed, 0 insertions, 10 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 8520477f5862..25afb5679419 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -524,16 +524,6 @@ self: super: {
     jailbreak       = true;
   });
 
-  ## Issue: https://github.com/jgm/doctemplates/issues/2
-  doctemplates = overrideCabal super.doctemplates (drv: {
-    patches = (drv.patches or []) ++ [
-      (pkgs.fetchpatch
-       { url    = https://github.com/jgm/doctemplates/commit/3f8bb8feb19ed86b881bc09d963026db9d98df21.patch;
-         sha256 = "0xmjljh8c90qlzp6wn39iy23pj2j0d4m4r1hxs22zps6qdwk5s6d";
-       })
-    ];
-  });
-
   exception-transformers = overrideCabal super.exception-transformers (drv: {
     ## Setup: Encountered missing dependencies:
     ## HUnit >=1.2 && <1.6