summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-10 14:36:04 +0100
committerPeter Simons <simons@cryp.to>2020-01-10 20:56:20 +0100
commit1886028a3c2431fdd15448e4409e05c73271fd00 (patch)
tree70d1bc352b93481fabe0423a601fb526ca5006cc /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent2c1f974db56a7cf10afd20330138f7415dc2c41b (diff)
downloadnixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar.gz
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar.bz2
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar.lz
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar.xz
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.tar.zst
nixpkgs-1886028a3c2431fdd15448e4409e05c73271fd00.zip
haskell-tls: update ghc-8.8.x override for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 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 02f2f67462d..5eea95da9c5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -107,7 +107,7 @@ self: super: {
   sop-core = self.sop-core_0_5_0_0;
   texmath = self.texmath_0_12;
   th-desugar = self.th-desugar_1_10;
-  tls = self.tls_1_5_2;
+  tls = self.tls_1_5_3;
   trifecta = self.trifecta_2_1;
   vty = self.vty_5_26;
   xml-conduit = overrideCabal super.xml-conduit (drv: { version = "1.9.0.0"; sha256 = "1p57v127882rxvvmwjmvnqdmk3x2wg1z4d8y03849h0xaz1vid0w"; });