Fix renderDownloadWithVersion concatenation order
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user