From d106cc33c2ba436bdcf21a15551e65ad3f7aea8c Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 11 Jun 2024 20:25:05 -0500 Subject: [PATCH] Upper bound on crypton-connection --- smtp-mail.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smtp-mail.cabal b/smtp-mail.cabal index a36a018..57bbdd5 100644 --- a/smtp-mail.cabal +++ b/smtp-mail.cabal @@ -10,7 +10,7 @@ maintainer: spencerjanssen@gmail.com -- copyright: category: Network build-type: Simple -cabal-version: >=1.10 +cabal-version: 2.0 tested-with: GHC ==9.6.4 extra-source-files: @@ -35,7 +35,7 @@ library , base16-bytestring , base64-bytestring , bytestring - , crypton-connection + , crypton-connection ^>= 0.3 , filepath , mime-mail , network