about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-17 19:28:45 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 21:16:49 +0100
commit7d5a69c2652ca4962bb2854d1d166a790a3332e9 (patch)
tree69f6a750dda9b976502d50983733a212bd62f3e5 /pkgs/development/haskell-modules
parent8848a95575d30c0c74924a82b1e87821756e5b4e (diff)
downloadnixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar.gz
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar.bz2
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar.lz
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar.xz
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.tar.zst
nixlib-7d5a69c2652ca4962bb2854d1d166a790a3332e9.zip
haskell-GenericPretty: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 5f0b6636506d..8884d8536414 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -505,16 +505,6 @@ self: super: {
     jailbreak       = true;
   });
 
-  GenericPretty = overrideCabal super.GenericPretty (drv: {
-    ## https://github.com/RazvanRanca/GenericPretty/issues/2
-    patches = (drv.patches or []) ++ [
-      (pkgs.fetchpatch
-       { url    = https://github.com/RazvanRanca/GenericPretty/pull/3.patch;
-         sha256 = "1dpdqsjmy9j9b6md5r9jyhbxnxjd51nmfb5in01j10iqzhj9j51k";
-       })
-    ];
-  });
-
   github = overrideCabal super.github (drv: {
     ## Setup: Encountered missing dependencies:
     ## base >=4.7 && <4.11