graphql-engine/server/lib/graphql-parser-hs
Auke Booij c36c085016 server: enable all the warnings (that we can)
See [Enable all the warnings](https://medium.com/mercury-bank/enable-all-the-warnings-a0517bc081c3). This PR follows that approach, except that it re-disables those warnings that would prevent a successful build.

There are some newer warning flags that older GHC versions don't recognize. So this also updates some of our CI routines to the GHC version that we're currently using for `graphql-engine` itself, namely 9.2.5. I don't see a reason to keep testing those libraries against older GHC versions.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7614
GitOrigin-RevId: d48a6db09dab29616e273549d0045f98ecb4586f
2023-01-30 11:24:49 +00:00
..
bench server: merge graphql-parser-hs into the monorepo 2022-09-26 11:23:37 +00:00
ci/9.2.5 server: enable all the warnings (that we can) 2023-01-30 11:24:49 +00:00
src/Language/GraphQL/Draft Custom update column operator support for Data Connectors [GDC-688] 2023-01-19 04:22:58 +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: enable all the warnings (that we can) 2023-01-30 11:24:49 +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.