From 62cf943b876c9006bf14e37001a2ee2fe4ed4b1a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 29 Jun 2023 19:18:35 +0200 Subject: Add LocalTime and TimeOfDay instances --- graphql-spice.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphql-spice.cabal') 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 -- cgit v1.2.3