summaryrefslogtreecommitdiff
path: root/slackbuilder.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'slackbuilder.cabal')
-rw-r--r--slackbuilder.cabal13
1 files changed, 6 insertions, 7 deletions
diff --git a/slackbuilder.cabal b/slackbuilder.cabal
index 9edf43a..e7a0740 100644
--- a/slackbuilder.cabal
+++ b/slackbuilder.cabal
@@ -7,7 +7,7 @@ bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues
license: MPL-2.0
license-files: LICENSE
-copyright: (c) 2023-2024 Eugen Wissner
+copyright: (c) 2023-2025 Eugen Wissner
author: Eugen Wissner
maintainer: belka@caraus.de
@@ -25,18 +25,17 @@ common dependencies
build-depends:
aeson ^>= 2.2.0,
base >= 4.16 && < 5,
- bytestring ^>= 0.11.0,
+ bytestring ^>= 0.12.0,
conduit ^>= 1.3.5,
conduit-extra ^>= 1.3,
http-client ^>= 0.7,
- -- Workaround: 0.3.6.4 is broken, explicit dependency is otherwise not needed.
- http-client-tls == 0.3.6.3,
- containers ^>= 0.6,
+ http-client-tls ^>= 0.3,
+ containers ^>= 0.7,
crypton ^>= 1.0,
directory ^>= 1.3.8,
exceptions >= 0.10,
- filepath ^>= 1.4.2,
- megaparsec ^>= 9.6,
+ filepath ^>= 1.5,
+ megaparsec ^>= 9.7,
modern-uri ^>= 0.3.6,
memory ^>= 0.18,
parser-combinators ^>= 1.3,