diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-09-14 15:18:18 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-09-14 15:18:18 +0200 |
| commit | 7ecb424e701d50d5da0ad7c4d5fd3ec736fa2967 (patch) | |
| tree | 61041ef98adf3220cf79d7f8df0ff1452a7b9f39 /graphql-spice.cabal | |
| parent | e3d3cb93b235a2cdf29893e7072e049768249ae2 (diff) | |
| download | graphql-spice-7ecb424e701d50d5da0ad7c4d5fd3ec736fa2967.tar.gz | |
Bump up the maximum containers version to 0.8
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 191490d..f1e877d 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -36,7 +36,7 @@ library aeson >= 2.0.3 && < 2.3, base >= 4.7 && < 5, conduit ^>= 1.3.4, - containers >= 0.6 && < 0.8, + containers >= 0.6 && < 0.9, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, graphql ^>= 1.5.0, @@ -44,7 +44,7 @@ library scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, text >= 1.2 && < 3, - time >= 1.12.2 && < 1.15, + time >= 1.12.2 && < 1.16, transformers >= 0.5.6 && < 0.7, vector >= 0.12 && < 0.14, unordered-containers ^>= 0.2.16 |
