about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-05-12 09:30:31 +0000
committerPeter Simons <simons@cryp.to>2019-05-12 20:49:17 +0200
commit12982ef5cddd49d2e73786f1462f93358013ed1f (patch)
tree753ee5649cc31145adcf3a3e759b2996b10fa6bc /pkgs/development
parent461974546540c20f97e53aa0a6207c32ff6a6ebe (diff)
downloadnixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar.gz
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar.bz2
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar.lz
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar.xz
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.tar.zst
nixlib-12982ef5cddd49d2e73786f1462f93358013ed1f.zip
haskell-shakespeare: patch to fix build with ghc-8.8.x
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 4 insertions, 0 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 7f91e53ca984..d5a9a5f4e726 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -191,5 +191,9 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/cassava-0.5.1.0.patch";
     sha256 = "11scwwjp94si90vb8v5yr291g9qwv5l223z8y0g0lc63932bp63g";
   });
+  shakespeare = appendPatch super.shakespeare (pkgs.fetchpatch {
+    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/shakespeare-2.0.20.patch";
+    sha256 = "1dgx41ylahj4wk8r422aik0d7qdpawdga4gqz905nvlnhqjla58y";
+  });
 
 }