From 40ec3fecdc8bd79cbb34ce5823d8395a23a85ffa Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 8 Jul 2024 16:20:34 -0500 Subject: [PATCH] Build against crypton 0.x This fixes the Nix integration test --- smtp-mail.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp-mail.cabal b/smtp-mail.cabal index 88a6fba..0fc3fec 100644 --- a/smtp-mail.cabal +++ b/smtp-mail.cabal @@ -42,7 +42,7 @@ library , network , network-bsd , text - , crypton ^>= 1.0 + , crypton == 0.* || ^>= 1.0 , memory ghc-options: -Wall -fwarn-tabs