Provide own lzma conduit adapters
This commit is contained in:
@@ -17,10 +17,12 @@ import Control.Monad.Catch (MonadCatch(..), MonadThrow(..))
|
||||
import Control.Exception (Exception(..))
|
||||
import System.FilePath ((</>))
|
||||
import Text.URI (URI)
|
||||
import qualified Codec.Compression.Lzma as Lzma
|
||||
|
||||
data SlackBuilderException
|
||||
= UpdaterNotFound Text
|
||||
| HttpsUrlExpected URI
|
||||
| LzmaDecompressionFailed Lzma.LzmaRet
|
||||
deriving Show
|
||||
|
||||
instance Exception SlackBuilderException
|
||||
|
Reference in New Issue
Block a user