From 7349f170a1e33c449f73d05f206872ebc1f334de Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 2 May 2026 14:17:51 +0200 Subject: relax version bounds --- conftrack.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conftrack.cabal b/conftrack.cabal index efc198f..55e1f29 100644 --- a/conftrack.cabal +++ b/conftrack.cabal @@ -43,9 +43,9 @@ library , Conftrack.Source.Env -- other-modules: -- other-extensions: - build-depends: base ^>=4.18 - , text >= 2.0.2 && < 2.1 - , bytestring >= 0.11.5 && < 0.12 + build-depends: base + , text >= 2.0.2 + , bytestring , containers >= 0.6.7 && < 0.7 , mtl >= 2.3.1 && < 2.4 , transformers >= 0.6.1 && < 0.7 @@ -54,7 +54,7 @@ library , scientific >= 0.3.8 && < 0.4 , filepath ^>= 1.4.100 , file-io >= 0.1.1 && < 0.2 - , template-haskell >= 2.20.0 && < 2.21 + , template-haskell , directory >= 1.3.8 && < 1.4 hs-source-dirs: src default-language: GHC2021 -- cgit v1.2.3