summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-31 12:05:11 +0100
committerPeter Simons <simons@cryp.to>2018-10-31 12:09:59 +0100
commit3d5f7e368f31a201d0151b90e4508aa0f693110e (patch)
tree93fced346a75c4a019670ed70d7472b933158b44 /pkgs/development/haskell-modules
parentcd68a8c7cc602e75a4abbadc94663347a73ae24e (diff)
downloadnixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar.gz
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar.bz2
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar.lz
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar.xz
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.tar.zst
nixlib-3d5f7e368f31a201d0151b90e4508aa0f693110e.zip
haskell-polyparse: drop obsolete override for ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 37d11e08c985..b92777276504 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -99,12 +99,6 @@ self: super: {
   # https://github.com/bmillwood/haskell-src-meta/pull/80
   haskell-src-meta = doJailbreak super.haskell-src-meta;
 
-  # The official 1.12 release is broken and unmaintained.
-  polyparse = appendPatch (overrideCabal super.polyparse (drv: { editedCabalFile = null; })) (pkgs.fetchpatch {
-    url = https://github.com/bergmark/polyparse/commit/8a69ee7e57db798c106d8b56dce05b1dfc4fed37.patch;
-    sha256 = "11r73wx1w6bfrkrnk6r9k7rfzp6qrvkdikb2by37ld06c0w6nn57";
-  });
-
   # https://github.com/skogsbaer/HTF/issues/69
   HTF = markBrokenVersion "0.13.2.4" super.HTF;