about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-27 13:46:56 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:26 +0100
commit95f15e7b3140904fe37d6503e5fdc01a21e25831 (patch)
treee2e11a8c5308668d2866d2602dae0dcee2eab3f7 /pkgs/development/haskell-modules
parent5fb67fc44833e60f8060a6c5b87a6922f226d65b (diff)
downloadnixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar.gz
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar.bz2
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar.lz
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar.xz
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.tar.zst
nixlib-95f15e7b3140904fe37d6503e5fdc01a21e25831.zip
haskell-polyparse: the latest version works with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 0 insertions, 4 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 eb356ca1f30c..3775f476454e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -78,10 +78,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/hackage-security-0.5.3.0.patch";
     sha256 = "0l8x0pbsn18fj5ak5q0g5rva4xw1s9yc4d86a1pfyaz467b9i5a4";
   });
-  polyparse = appendPatch (doJailbreak super.polyparse) (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/polyparse-1.12.1.patch";
-    sha256 = "01b2gnsq0x4fd9na8zpk6pajym55mbz64hgzawlwxdw0y6681kr5";
-  });
   foundation = dontCheck super.foundation;
   vault = dontHaddock super.vault;