summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-06-29 19:18:35 +0200
committerEugen Wissner <belka@caraus.de>2023-06-29 19:18:35 +0200
commit62cf943b876c9006bf14e37001a2ee2fe4ed4b1a (patch)
tree058a08cb2b62e88a45e6a637130bb00055acc38e /graphql-spice.cabal
parent36f45861ded111c2cbe69cb28e068583a4b9030f (diff)
downloadgraphql-spice-62cf943b876c9006bf14e37001a2ee2fe4ed4b1a.tar.gz
Add LocalTime and TimeOfDay instances
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 2ca4923..b719c62 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -32,7 +32,7 @@ library
hs-source-dirs: src
ghc-options: -Wall
build-depends:
- aeson ^>= 2.0.3,
+ aeson >= 2.0.3 && < 2.3,
base >= 4.7 && < 5,
conduit ^>= 1.3.4,
containers ^>= 0.6.2,
@@ -43,8 +43,8 @@ library
scientific ^>= 0.3.7,
text >= 1.2 && < 3,
time >= 1.11.1,
- transformers ^>= 0.5.6,
- vector ^>= 0.12.3,
+ transformers >= 0.5.6 && < 0.7,
+ vector >= 0.12 && < 0.14,
unordered-containers ^>= 0.2.16
default-language: Haskell2010