diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-08 11:03:02 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-08 11:03:02 +0200 |
| commit | 4ce20e3dd94235364870bfcf6231b587ea39c7d7 (patch) | |
| tree | 411e84d0e99242107fdbca0a0dd68fdea187be1c /src/Main.hs | |
| parent | 6d0248b4f845b5995457acbf78606473d2f3d186 (diff) | |
| download | slackbuilder-4ce20e3dd94235364870bfcf6231b587ea39c7d7.tar.gz | |
Provide own lzma conduit adapters
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 1 |
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(..)) |
