about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-17 20:24:57 +0100
committerPeter Simons <simons@cryp.to>2020-01-17 21:14:34 +0100
commit8a5c2f65693abedaade29026748a29569b8992bc (patch)
tree1235438f1b0a282d529cb1fa6b0b33b1e1342e98 /pkgs/development/haskell-modules
parent8576e8b2c38e807392beff668080b51f2b99ab21 (diff)
downloadnixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar.gz
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar.bz2
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar.lz
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar.xz
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.tar.zst
nixlib-8a5c2f65693abedaade29026748a29569b8992bc.zip
haskell-tls-session-manager: fix build with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 ab8966ce5907..7198ed5ff193 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -105,6 +105,7 @@ self: super: {
   skylighting = self.skylighting_0_8_3;
   skylighting-core = self.skylighting-core_0_8_3;
   sop-core = self.sop-core_0_5_0_0;
+  tls-session-manager = self.tls-session-manager_0_0_4;
   texmath = self.texmath_0_12;
   th-desugar = self.th-desugar_1_10;
   tls = self.tls_1_5_3;