Get the checksum after repackaging
Some checks failed
Build / audit (push) Successful in 15m45s
Build / test (push) Failing after 6m19s

This commit is contained in:
2024-01-24 14:34:58 +01:00
parent 2802194063
commit 45472a9088
3 changed files with 41 additions and 10 deletions

View File

@@ -19,6 +19,8 @@ common dependencies
build-depends:
base >= 4.16 && < 5,
bytestring ^>= 0.11.0,
conduit ^>= 1.3.5,
http-client ^>= 0.7,
containers ^>= 0.6,
cryptonite >= 0.30,
directory ^>= 1.3.8,
@@ -30,6 +32,8 @@ common dependencies
parser-combinators ^>= 1.3,
process ^>= 1.6.18,
req ^>= 3.13,
tar-conduit ^>= 0.4,
lzma-conduit ^>= 1.2,
text ^>= 2.0,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6,
@@ -57,10 +61,6 @@ library
SlackBuilder.Package
SlackBuilder.Trans
hs-source-dirs: lib
build-depends:
conduit ^>= 1.3.5,
http-client ^>= 0.7
ghc-options: -Wall
executable slackbuilder