From 47d416636812f26510a07b58f6fadb94f3c22e86 Mon Sep 17 00:00:00 2001 From: Alexey Radkov Date: Thu, 15 Feb 2024 17:45:23 +0400 Subject: [PATCH] Use package crypton-connection Package `connection` is no longer maintained, `crypton-connection` is a maintained fork of this. This update enables building with the latest version of package `tls` (*2.0.0* against *1.6.0*). --- consul-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul-haskell.cabal b/consul-haskell.cabal index 777c1e4..1a1d99d 100644 --- a/consul-haskell.cabal +++ b/consul-haskell.cabal @@ -59,7 +59,7 @@ library , base >=4.10 && <5 , base64-bytestring , bytestring - , connection + , crypton-connection , either , exceptions , http-client