universal-ctags: Add version path segment

… to the download URL.
This commit is contained in:
2023-09-25 10:18:00 +02:00
parent ec704e267b
commit 7c499bd3f7
4 changed files with 16 additions and 10 deletions

View File

@@ -21,7 +21,9 @@ common dependencies
cryptonite >= 0.30,
filepath ^>= 1.4.2,
modern-uri ^>= 0.3.6,
text ^>= 2.0
text ^>= 2.0,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6
default-language: Haskell2010
default-extensions:
DataKinds
@@ -34,7 +36,7 @@ common dependencies
TemplateHaskell
TypeApplications
library slackbuilder-internal
library
import: dependencies
exposed-modules:
SlackBuilder.Config
@@ -42,9 +44,7 @@ library slackbuilder-internal
SlackBuilder.Trans
hs-source-dirs: lib
build-depends:
exceptions >= 0.10,
tomland ^>= 1.3.3,
transformers ^>= 0.5.6
exceptions >= 0.10
ghc-options: -Wall
@@ -64,6 +64,7 @@ executable slackbuilder
optparse-applicative ^>= 0.18.1,
process ^>= 1.6.17,
req ^>= 3.13,
slackbuilder,
unordered-containers ^>= 0.2.19,
vector ^>= 0.13.0
hs-source-dirs: app
@@ -80,6 +81,6 @@ test-suite slackbuilder-test
hs-source-dirs: tests
build-depends:
hspec >= 2.10.9 && < 2.12,
slackbuilder-internal
slackbuilder
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall