From 1aff769285474df96b9723f74a22b056cfdc4522 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Mon, 18 Dec 2023 17:35:30 +0200 Subject: [PATCH] add liftA2 for 8.10 compat --- src/Simplex/Messaging/Agent.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Messaging/Agent.hs b/src/Simplex/Messaging/Agent.hs index 8c2043a81..6fa24f9e1 100644 --- a/src/Simplex/Messaging/Agent.hs +++ b/src/Simplex/Messaging/Agent.hs @@ -109,6 +109,7 @@ module Simplex.Messaging.Agent ) where +import Control.Applicative (liftA2) import Control.Logger.Simple (logError, logInfo, showText) import Control.Monad import Control.Monad.Except