Support repository path in commits

This commit is contained in:
2023-08-15 10:33:19 +02:00
parent 5a9e87cd5f
commit 6b15ccd0f5
11 changed files with 148 additions and 48 deletions

View File

@@ -24,10 +24,13 @@ executable slackbuilder
other-modules:
SlackBuilder.CommandLine
SlackBuilder.Config
SlackBuilder.Download
SlackBuilder.Trans
SlackBuilder.Updater
default-extensions:
DataKinds
DuplicateRecordFields
LambdaCase
NamedFieldPuns
OverloadedStrings
RecordWildCards
@@ -37,11 +40,14 @@ executable slackbuilder
aeson ^>= 2.2.0,
base ^>= 4.16.4.0,
bytestring ^>= 0.11.0,
filepath ^>= 1.4.2,
modern-uri ^>= 0.3.6,
optparse-applicative ^>= 0.18.1,
req ^>=3.13,
process ^>= 1.6.17,
req ^>= 3.13,
text ^>= 2.0,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6,
unordered-containers ^>= 0.2.19,
vector ^>= 0.13.0
hs-source-dirs: app