Fix renderDownloadWithVersion concatenation order

This commit is contained in:
2023-09-22 07:47:46 +02:00
parent 840290491f
commit ec704e267b
3 changed files with 18 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ category: Build
extra-source-files: CHANGELOG.md
common dependencies
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base ^>= 4.16.4.0,
cryptonite >= 0.30,
@@ -47,6 +46,8 @@ library slackbuilder-internal
tomland ^>= 1.3.3,
transformers ^>= 0.5.6
ghc-options: -Wall
executable slackbuilder
import: dependencies
main-is: Main.hs
@@ -67,6 +68,8 @@ executable slackbuilder
vector ^>= 0.13.0
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
test-suite slackbuilder-test
import: dependencies
type: exitcode-stdio-1.0
@@ -78,3 +81,5 @@ test-suite slackbuilder-test
build-depends:
hspec >= 2.10.9 && < 2.12,
slackbuilder-internal
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall