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 18:45:13 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:29 +0200
commit7cb55e87427ffcb74aaf70396cf8474c80d964af (patch)
tree70e78595e86d88e2cbe8dedcee7500bfb01e9305 /pkgs/development/haskell-modules
parente5d3c59fc449dcb7c040e3f9c32e9bb1d4060149 (diff)
downloadnixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar.gz
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar.bz2
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar.lz
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar.xz
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.tar.zst
nixlib-7cb55e87427ffcb74aaf70396cf8474c80d964af.zip
haskell.packages.ghc881.asn1-encoding: 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 711bc3081147..7c0775230119 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -179,4 +179,8 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.2.patch";
     sha256 = "146im1amywyl29kcldvgrxpwj22lrpzxysl7vc8rmn3hrq130dyc";
   });
+  asn1-encoding = appendPatch (dontCheck (doJailbreak super.asn1-encoding)) (pkgs.fetchpatch {
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/asn1-encoding-0.9.5.patch";
+    sha256 = "0a3159rnaw6shjzdm46799crd4pxh33s23qy51xa7z6nv5q8wsb5";
+  });
 }