From 14392b388a94e706afb0240af4fea45d94d9db1d Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Thu, 25 Apr 2024 09:56:28 -0500 Subject: [PATCH] Pin TLS to some version < 2.0. --- spectrometer.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/spectrometer.cabal b/spectrometer.cabal index 22160a2352..aea00ba261 100644 --- a/spectrometer.cabal +++ b/spectrometer.cabal @@ -146,6 +146,7 @@ common deps , text ^>=2.0.0 , th-lift-instances ^>=0.1.17 , time >=1.9 && <1.13 + , tls >= 1.9 && < 2.0 , tomland ^>=1.3.3.0 , transformers , typed-process ^>=0.2.6