Support extracting gzip on the fly
This commit is contained in:
@@ -16,8 +16,11 @@ import Control.Monad.IO.Class (MonadIO(..))
|
||||
import Control.Monad.Catch (MonadCatch(..), MonadThrow(..))
|
||||
import Control.Exception (Exception(..))
|
||||
import System.FilePath ((</>))
|
||||
import Text.URI (URI)
|
||||
|
||||
newtype SlackBuilderException = UpdaterNotFound Text
|
||||
data SlackBuilderException
|
||||
= UpdaterNotFound Text
|
||||
| HttpsUrlExpected URI
|
||||
deriving Show
|
||||
|
||||
instance Exception SlackBuilderException
|
||||
|
Reference in New Issue
Block a user