summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-08-08 11:03:02 +0200
committerEugen Wissner <belka@caraus.de>2024-08-08 11:03:02 +0200
commit4ce20e3dd94235364870bfcf6231b587ea39c7d7 (patch)
tree411e84d0e99242107fdbca0a0dd68fdea187be1c /src/Main.hs
parent6d0248b4f845b5995457acbf78606473d2f3d186 (diff)
downloadslackbuilder-4ce20e3dd94235364870bfcf6231b587ea39c7d7.tar.gz
Provide own lzma conduit adapters
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 1ea73da..ec74432 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -7,7 +7,6 @@ module Main
) where
import Data.Char (isNumber)
-import Control.Applicative (Applicative(..))
import Data.List.NonEmpty (NonEmpty(..))
import Control.Monad.Catch (MonadThrow(..))
import Control.Monad.IO.Class (MonadIO(..))