Download and determine the digest

This commit is contained in:
2023-08-21 13:38:20 +02:00
parent 258604f22d
commit 6983304b9d
6 changed files with 64 additions and 18 deletions

View File

@@ -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