diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-07-07 12:55:42 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-07-07 12:55:42 +0200 |
| commit | 11ab7e18e13a68f3b846b514193f8b2d2a63be42 (patch) | |
| tree | c1c28f1155616d17ec177a85e7a205f8af4541a2 /graphql-spice.cabal | |
| parent | 6590cfaae849bf92faa3dd5e96b8bfc8b303881d (diff) | |
| download | graphql-spice-11ab7e18e13a68f3b846b514193f8b2d2a63be42.tar.gz | |
Add `deriveToGraphQL`
… for deriving `ToGraphQL` instances automatically.
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 61d02ab..adcfe28 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -41,6 +41,7 @@ library graphql >= 1.2, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, + template-haskell >= 2.16 && < 3, text >= 1.2 && < 3, time >= 1.11.1, transformers >= 0.5.6 && < 0.7, |
