diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-05-22 06:21:10 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-05-22 06:21:10 +0200 |
| commit | d9c0670791b95a1bf40e49f2f4102a723684a576 (patch) | |
| tree | 6a0c02c1bcb677517aa5fea9cbea138f58a7b2a5 | |
| parent | 0fc7b3fc1f6acca6536c0f3e69c48c47268b5f22 (diff) | |
| download | graphql-spice-d9c0670791b95a1bf40e49f2f4102a723684a576.tar.gz | |
Pull up aeson and time
| -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 c761ae0..55a345c 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -34,7 +34,7 @@ library hs-source-dirs: src ghc-options: -Wall build-depends: - aeson >= 2.0.3 && < 2.3, + aeson >= 2.0.3 && < 2.4, base >= 4.15 && < 5, conduit ^>= 1.3.4, containers >= 0.6 && < 0.9, @@ -45,7 +45,7 @@ library scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, text >= 1.2 && < 3, - time >= 1.12.2 && < 1.16, + time >= 1.12.2 && < 1.17, transformers >= 0.5.6 && < 0.7, vector >= 0.12 && < 0.14, unordered-containers ^>= 0.2.16 |
