summary refs log tree commit diff
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 18:48:29 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:29 +0200
commit67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98 (patch)
tree9dc2f0d12097a72f9856b0734ed63aa91afc51e3
parent7cb55e87427ffcb74aaf70396cf8474c80d964af (diff)
downloadnixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar.gz
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar.bz2
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar.lz
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar.xz
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.tar.zst
nixpkgs-67588cdd4b9ec6de1e5d4d594b4f3fdc3e54cb98.zip
haskell.packages.ghc881.tls: fix build
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 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 7c077523011..0eb9d67e18c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -183,4 +183,5 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/asn1-encoding-0.9.5.patch";
     sha256 = "0a3159rnaw6shjzdm46799crd4pxh33s23qy51xa7z6nv5q8wsb5";
   });
+  tls = self.tls_1_5_1;
 }