summaryrefslogtreecommitdiff
path: root/slackbuilder.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'slackbuilder.cabal')
-rw-r--r--slackbuilder.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/slackbuilder.cabal b/slackbuilder.cabal
index 0ac55d1..076707c 100644
--- a/slackbuilder.cabal
+++ b/slackbuilder.cabal
@@ -2,9 +2,6 @@ cabal-version: 2.4
name: slackbuilder
version: 0.1.0.0
--- A longer description of the package.
--- description:
-
synopsis: Slackware build scripts and configuration files.
bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues
@@ -40,7 +37,10 @@ executable slackbuilder
aeson ^>= 2.2.0,
base ^>= 4.16.4.0,
bytestring ^>= 0.11.0,
+ conduit ^>= 1.3.5,
+ cryptonite >= 0.30,
filepath ^>= 1.4.2,
+ http-client ^>= 0.7,
modern-uri ^>= 0.3.6,
optparse-applicative ^>= 0.18.1,
process ^>= 1.6.17,
@@ -52,3 +52,5 @@ executable slackbuilder
vector ^>= 0.13.0
hs-source-dirs: app
default-language: Haskell2010
+
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall