about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 13:55:08 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commitc5c538942d10f05a376531a92ac14d4d130671ee (patch)
tree3c75c9875e03ec30a0e6e1a16ee32b575e6c1948 /pkgs/development/haskell-modules
parent2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94 (diff)
downloadnixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar.gz
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar.bz2
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar.lz
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar.xz
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.tar.zst
nixlib-c5c538942d10f05a376531a92ac14d4d130671ee.zip
haskell.packages.ghc881.socks: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 8311b18dc211..9fc1cdf39f6a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -145,6 +145,10 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/shakespeare-2.0.20.patch";
     sha256 = "1dgx41ylahj4wk8r422aik0d7qdpawdga4gqz905nvlnhqjla58y";
   });
+  socks = appendPatch super.socks (pkgs.fetchpatch {
+    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/socks-0.6.0.patch";
+    sha256 = "1dsqmx0sw62x4glh43c0sbizd2y00v5xybiqadn96v6pmfrap5cp";
+  });
   lens = appendPatch (doJailbreak super.lens) (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/lens-4.17.1.patch";
     sha256 = "0w89ipi6dfkx5vlw4a64hh6fd0bm9hg33mwpghliyyxik5jmilv1";