diff options
| author | Mirek Kratochvil <miroslav.kratochvil@matfyz.cuni.cz> | 2026-09-11 13:25:47 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <miroslav.kratochvil@matfyz.cuni.cz> | 2026-09-11 13:25:47 +0200 |
| commit | bd78cd3842f6ac2fcd7516019729af0e78b1a563 (patch) | |
| tree | d52b9fac85ae83d331c17b8fe0a03b7d9357cbfb | |
| parent | 317ac73190513b493b652ea036569d2933182ec9 (diff) | |
| download | git-auto-acp-bd78cd3842f6ac2fcd7516019729af0e78b1a563.tar.gz git-auto-acp-bd78cd3842f6ac2fcd7516019729af0e78b1a563.tar.bz2 | |
fix imports
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
