summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-18 15:13:27 +0000
committerPeter Simons <simons@cryp.to>2019-09-22 13:43:09 +0200
commit373796c4112fcacca3688f1825d327f012388328 (patch)
tree84ebeeaeb21fa200a122c10ffa1329c507cd18d6 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent9b4cd7c36b8e9fb19bcfc21e48016eac6ab7174c (diff)
downloadnixpkgs-373796c4112fcacca3688f1825d327f012388328.tar
nixpkgs-373796c4112fcacca3688f1825d327f012388328.tar.gz
nixpkgs-373796c4112fcacca3688f1825d327f012388328.tar.bz2
nixpkgs-373796c4112fcacca3688f1825d327f012388328.tar.lz
nixpkgs-373796c4112fcacca3688f1825d327f012388328.tar.xz
nixpkgs-373796c4112fcacca3688f1825d327f012388328.tar.zst
nixpkgs-373796c4112fcacca3688f1825d327f012388328.zip
haskell-shakespeare: drop obsolete patch to fix the build with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-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 9626c9f8920..49ccfbaf8e5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -101,10 +101,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
     sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
   });
-  shakespeare = appendPatch super.shakespeare (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/shakespeare-2.0.20.patch";
-    sha256 = "1dgx41ylahj4wk8r422aik0d7qdpawdga4gqz905nvlnhqjla58y";
-  });
   socks = appendPatch (doJailbreak super.socks) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/socks-0.6.0.patch";
     sha256 = "1dsqmx0sw62x4glh43c0sbizd2y00v5xybiqadn96v6pmfrap5cp";