[chore] add upper bounds for libraries

This commit is contained in:
mangoiv 2024-07-21 17:43:26 +02:00
parent 49c51088f2
commit b915cabf7a
Signed by: mangoiv
SSH key fingerprint: SHA256:JlsRe4zkmS13EG6gMFNjv13Lw5rtoMPu3Lq69ZQTKF8

View file

@ -29,13 +29,13 @@ library
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: build-depends:
, aeson , aeson <2.3
, base , base <5
, bytestring , bytestring <0.13
, http-client , http-client <0.8
, http-client-tls , http-client-tls <0.4
, mtl , mtl <2.4
, vector , vector <0.14
hs-source-dirs: src hs-source-dirs: src
default-language: GHC2021 default-language: GHC2021