diff options
| author | tv <tv@krebsco.de> | 2026-03-19 21:26:09 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-19 22:36:50 +0100 |
| commit | 131e4f0ccf655095d13b05f69acdaa1c22b9e6d4 (patch) | |
| tree | 0775bbb5b4d55c13c9f2c9a7a04267a7ed9b45f0 /src/Much/API.hs | |
| parent | f06e531ecfae6b36df10e2861500490f38a82de5 (diff) | |
default-language: Haskell2010 -> GHC2024
Diffstat (limited to 'src/Much/API.hs')
| -rw-r--r-- | src/Much/API.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Much/API.hs b/src/Much/API.hs index a9999ef..5ddf2c6 100644 --- a/src/Much/API.hs +++ b/src/Much/API.hs @@ -1,8 +1,4 @@ -{-# LANGUAGE DataKinds #-} -{-# LANGUAGE LambdaCase #-} -{-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE TypeOperators #-} module Much.API (module Much.API) where @@ -11,6 +7,7 @@ import Control.Exception (catch, finally, throwIO) import Control.Monad.IO.Class import Data.Function ((&)) import Data.Proxy (Proxy) +import Data.Tree.Zipper qualified as Z import Much.API.Config as Much.API import Much.Event import Much.State @@ -23,7 +20,6 @@ import Notmuch.Message import Servant import System.IO.Error (isDoesNotExistError) import System.Posix.Files (removeLink) -import qualified Data.Tree.Zipper as Z type API = |
