Recognize + in sematnic tags
All checks were successful
Build / audit (push) Successful in 14m54s
Build / test (push) Successful in 14m20s

This commit is contained in:
2024-03-19 11:34:19 +01:00
parent 3d81917627
commit bc3ba48d85
7 changed files with 309 additions and 242 deletions

View File

@@ -17,6 +17,7 @@ extra-source-files: CHANGELOG.md
common dependencies
build-depends:
aeson ^>= 2.2.0,
base >= 4.16 && < 5,
bytestring ^>= 0.11.0,
conduit ^>= 1.3.5,
@@ -38,6 +39,8 @@ common dependencies
text ^>= 2.0,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6,
unordered-containers ^>= 0.2.19,
vector ^>= 0.13.0,
word8 ^>= 0.1.3
default-language: Haskell2010
default-extensions:
@@ -59,6 +62,7 @@ library
SlackBuilder.Config
SlackBuilder.Download
SlackBuilder.Info
SlackBuilder.LatestVersionCheck
SlackBuilder.Package
SlackBuilder.Trans
hs-source-dirs: lib
@@ -70,14 +74,11 @@ executable slackbuilder
other-modules:
SlackBuilder.CommandLine
SlackBuilder.LatestVersionCheck
SlackBuilder.Update
build-depends:
aeson ^>= 2.2.0,
ansi-terminal ^>= 1.0,
optparse-applicative ^>= 0.18.1,
slackbuilder,
unordered-containers ^>= 0.2.19,
vector ^>= 0.13.0
slackbuilder
hs-source-dirs: src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
@@ -89,6 +90,7 @@ test-suite slackbuilder-test
other-modules:
SlackBuilder.InfoSpec
SlackBuilder.LatestVersionCheckSpec
SlackBuilder.PackageSpec
hs-source-dirs: tests
build-depends: