summaryrefslogtreecommitdiff
path: root/app/Main.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-11-03 18:09:36 +0100
committerEugen Wissner <belka@caraus.de>2023-11-03 18:09:36 +0100
commit0023fe033731180afe8bc2242c2a512b31b8c0bf (patch)
tree74644e69836f08164c13722b70eb08ea047cad63 /app/Main.hs
parent24e62c343946e0413648f14a1d17fb2007b91a86 (diff)
downloadslackbuilder-0023fe033731180afe8bc2242c2a512b31b8c0bf.tar.gz
Remove unused tasks
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 0337fba..5c18a7e 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -416,12 +416,8 @@ main = do
categories <- liftIO $ findCategory repository'
liftIO $ print $ splitFileName . makeRelative repository' <$> categories
pure Nothing
- CommitCommand packagePath version ->
- commit packagePath version >> pure Nothing
ExistsCommand urlPath -> pure . Text.pack . show
<$> remoteFileExists urlPath
- ArchiveCommand repo nameVersion tarball tagPrefix ->
- cloneAndArchive repo nameVersion tarball tagPrefix >> pure Nothing
DownloadCommand url target
| Just uri' <- mkURI url -> fmap (Text.pack . show)
<$> download uri' target