diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-09-12 17:54:21 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-09-12 17:54:21 +0200 |
| commit | b4959783167c9d43c05da8b82cd3468ecdad7d40 (patch) | |
| tree | abba1ea808c918e89aa9440b1d817f23fb89de30 /graphql.cabal | |
| parent | 2215799cf7895787d59bd63a52665b1d4ddf47e3 (diff) | |
| download | graphql-b4959783167c9d43c05da8b82cd3468ecdad7d40.tar.gz | |
Bump up the maximum containers version to 0.8
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 7e09940..c2c9a62 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -58,7 +58,7 @@ library build-depends: base >= 4.15 && < 5, conduit ^>= 1.3.4, - containers >= 0.6 && < 0.8, + containers >= 0.6 && < 0.9, exceptions ^>= 0.10.4, megaparsec >= 9.0 && < 10, parser-combinators >= 1.3 && < 2, |
