summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 22:22:05 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commitfc06be9341d103ae503711dbca390487d48a7f36 (patch)
tree4379188c7c465b691b64b8b6afb05edbcc542ebe
parent4ea67e42c41800034159f134c547780bac0f2a78 (diff)
downloadnixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar.gz
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar.bz2
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar.lz
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar.xz
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.tar.zst
nixpkgs-fc06be9341d103ae503711dbca390487d48a7f36.zip
Remove unneeded code
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 063452b053f..9ab397323e5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -84,7 +84,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-posix-0.95.2.patch";
     sha256 = "006yli58jpqp786zm1xlncjsilc38iv3a09r4pv94l587sdzasd2";
   });
-  haskell-src-exts = super.haskell-src-exts;
   optparse-applicative = appendPatch (doJailbreak super.optparse-applicative) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/optparse-applicative-0.14.3.0.patch";
     sha256 = "068sjj98jqiq3h8h03mg4w2pa11q8lxkx2i4lmxivq77xyhlwq3y";
@@ -93,7 +92,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hackage-security-0.5.3.0.patch";
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
-  happy = super.happy;
   hedgehog = appendPatch (doJailbreak super.hedgehog) (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hedgehog-1.0.patch";
     sha256 = "16gadh1hb74jqvzc9c893sffb1y2vjglblyrqjwp7xfhccq7g8yw";
@@ -103,7 +101,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
     sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
   });
-  attoparsec = super.attoparsec;
   cassava = appendPatch super.cassava (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/cassava-0.5.1.0.patch";
     sha256 = "11scwwjp94si90vb8v5yr291g9qwv5l223z8y0g0lc63932bp63g";