summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-06-26 16:50:14 +0200
committerEugen Wissner <belka@caraus.de>2023-06-26 16:50:14 +0200
commit36f45861ded111c2cbe69cb28e068583a4b9030f (patch)
tree287d25929f7b01da7eed3b1ce00d26d89cfa7310 /graphql-spice.cabal
parentf90feb488d718c57509375c9627f912b8826c914 (diff)
downloadgraphql-spice-36f45861ded111c2cbe69cb28e068583a4b9030f.tar.gz
Add instances for UTCTime
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index eb8a16e..2ca4923 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -42,6 +42,7 @@ library
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
text >= 1.2 && < 3,
+ time >= 1.11.1,
transformers ^>= 0.5.6,
vector ^>= 0.12.3,
unordered-containers ^>= 0.2.16
@@ -67,5 +68,6 @@ test-suite graphql-test
hspec >= 2.9.1 && < 3,
scientific,
text,
+ time,
unordered-containers
default-language: Haskell2010