From bd78cd3842f6ac2fcd7516019729af0e78b1a563 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 11 Sep 2026 13:25:47 +0200 Subject: fix imports --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 65de635..6473ecc 100644 --- a/Main.hs +++ b/Main.hs @@ -6,7 +6,7 @@ module Main where import Data.Version (showVersion) import Paths_git_auto_acp (version) -import Control.Applicative ((<|>), some) +import Control.Applicative (some) import Control.Concurrent ( Chan , MVar -- cgit v1.2.3