summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-05-02 14:17:51 +0200
committerstuebinm2026-05-02 14:17:51 +0200
commit7349f170a1e33c449f73d05f206872ebc1f334de (patch)
tree0ff450375dabda400b9c38d74af243b52e76fe4f
parent424c3387e5b043bc8f912ad31e604561c25349f1 (diff)
relax version boundsstable-ish
-rw-r--r--conftrack.cabal8
1 files 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