diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-12-03 20:41:40 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-12-03 20:41:40 +0100 |
| commit | 131576e56cb4981938320569dfcf1ca814d8a42a (patch) | |
| tree | 5e46d13f22aa9a0bdd672f3d24e1f8961de5f010 /src/Language/GraphQL/Class.hs | |
| parent | c95a5fcd610e3fb816058e8341caf774686f9c82 (diff) | |
| download | graphql-spice-131576e56cb4981938320569dfcf1ca814d8a42a.tar.gz | |
Move gql to Language.GraphQL.TH
Diffstat (limited to 'src/Language/GraphQL/Class.hs')
| -rw-r--r-- | src/Language/GraphQL/Class.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Language/GraphQL/Class.hs b/src/Language/GraphQL/Class.hs index 6e8b080..67ae695 100644 --- a/src/Language/GraphQL/Class.hs +++ b/src/Language/GraphQL/Class.hs @@ -485,6 +485,7 @@ stripIndentation code = reverse -- | Removes leading and trailing newlines. Indentation of the first line is -- removed from each line of the string. +{-# DEPRECATED gql "Use Language.GraphQL.TH.gql instead" #-} gql :: QuasiQuoter gql = QuasiQuoter { quoteExp = pure . LitE . StringL . stripIndentation |
