diff options
| author | tv <tv@krebsco.de> | 2026-03-09 14:58:49 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-09 14:58:49 +0100 |
| commit | 56793213170bdb3fb7f8795cd198148332870af1 (patch) | |
| tree | b0803b208ac3f767185cad901d3d62e24dfeed31 /app/Main.hs | |
| parent | 894a1ac90fcf36ee63096f7bfce48aee7047cd2c (diff) | |
modernize cabal 1.2 -> 3.0, language GHC2024
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 3c62184..55f8608 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -5,7 +5,6 @@ module Main where import Control.Lens hiding (Empty, imap) -import Control.Applicative import Control.Concurrent import Control.Monad import Data.Char |
