graphql-engine/server/lib/graphql-parser-hs
Auke Booij d96203f602 server: bring graphql-parser-hs GHC options in line with main code
This is mainly about removing `StandaloneKindSignatures`.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7428
GitOrigin-RevId: 9b28c9b119f50c49a1b5c48391d537f1575700b4
2023-01-09 15:31:20 +00:00
..
bench server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
ci server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
src/Language/GraphQL/Draft server: bring graphql-parser-hs GHC options in line with main code 2023-01-09 15:31:20 +00:00
test server: bring graphql-parser-hs GHC options in line with main code 2023-01-09 15:31:20 +00:00
.gitignore server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
.ormolu Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
cabal.project server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
graphql-parser.cabal server: bring graphql-parser-hs GHC options in line with main code 2023-01-09 15:31:20 +00:00
LICENSE server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
Makefile server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
README.md server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
weeder.dhall server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00

graphql-parser

build status

Style

This repository follows the graphql-engine style guide.

Use make format to run the formatter.