summaryrefslogtreecommitdiff
path: root/slackbuilder.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-10-28 21:24:21 +0200
committerEugen Wissner <belka@caraus.de>2023-10-28 21:24:21 +0200
commit396a536b3a6eed284c7fda88695178ae46ba9ee3 (patch)
treec687ebb4733b5602b7019042fc539e57ddaa4ba4 /slackbuilder.cabal
parentf51a0418ff4454c325cb1e3f844e5f635bfeaaac (diff)
downloadslackbuilder-396a536b3a6eed284c7fda88695178ae46ba9ee3.tar.gz
d-tools: Migrate source downloads with git clone
Diffstat (limited to 'slackbuilder.cabal')
-rw-r--r--slackbuilder.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/slackbuilder.cabal b/slackbuilder.cabal
index c589d0b..0b5fef8 100644
--- a/slackbuilder.cabal
+++ b/slackbuilder.cabal
@@ -27,6 +27,7 @@ common dependencies
memory ^>= 0.18,
parser-combinators ^>= 1.3,
process ^>= 1.6.18,
+ req ^>= 3.13,
text ^>= 2.0,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6,
@@ -49,12 +50,15 @@ library
import: dependencies
exposed-modules:
SlackBuilder.Config
+ SlackBuilder.Download
SlackBuilder.Info
SlackBuilder.Package
SlackBuilder.Trans
hs-source-dirs: lib
build-depends:
- exceptions >= 0.10
+ conduit ^>= 1.3.5,
+ exceptions >= 0.10,
+ http-client ^>= 0.7
ghc-options: -Wall
@@ -64,15 +68,11 @@ executable slackbuilder
other-modules:
SlackBuilder.CommandLine
- SlackBuilder.Download
SlackBuilder.Updater
build-depends:
aeson ^>= 2.2.0,
ansi-terminal ^>= 1.0,
- conduit ^>= 1.3.5,
- http-client ^>= 0.7,
optparse-applicative ^>= 0.18.1,
- req ^>= 3.13,
slackbuilder,
unordered-containers ^>= 0.2.19,
vector ^>= 0.13.0