summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
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
commitcab7cea53cae57a769fbf073dcf69fb40e6596d6 (patch)
treef1b6cd68d41903a3c4d3179b2a51c708e780f9b4 /pkgs/development/haskell-modules
parenta0ac8c878465e34ca4576ca077ed78ebf3633387 (diff)
downloadnixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar.gz
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar.bz2
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar.lz
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar.xz
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.tar.zst
nixpkgs-cab7cea53cae57a769fbf073dcf69fb40e6596d6.zip
haskell-cassava: use the latest version when building 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 0e9097db5ce..8ff184cb280 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";
   });
-  cassava = appendPatch super.cassava (pkgs.fetchpatch {
-    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";