graphql-engine/server/src-lib/Data
Robert bdacf1bd23 server: remove ApplicativeDo from default extensions
I spent half the day reducing a weird compile failure here https://github.com/hasura/graphql-engine-mono/pull/1593/files#r713102990 to this https://gitlab.haskell.org/ghc/ghc/-/issues/17768#note_378004. Seems ApplicativeDo makes a mess of non-applicative monadic do in some cases. Given our rather localized use of ApplicativeDo, seemed a good idea to remove it from the list of default extensions.

It appears that ApplicativeDo also buries some unused return value warnings, so this PR also silences those. We should check that none of those warnings were warranted though.

https://github.com/hasura/graphql-engine-mono/pull/2413

GitOrigin-RevId: 1874c1a82230431849265755b1407beebc947041
2021-09-22 15:35:54 +00:00
..
Aeson server: fix regressions on invoking manual trigger 2021-08-17 10:22:50 +00:00
GADT/Compare Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
HashMap/Strict server: fine tune cron triggers behaviour in replace metadata API call 2021-08-04 14:52:20 +00:00
List Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Parser server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
Sequence Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
Text server: don't inline some text helper functions 2021-08-26 17:05:32 +00:00
Time/Clock server: source initialization fix 2021-05-31 13:54:59 +00:00
Tuple Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
URL server: generalize schema cache building (#496) 2021-02-14 06:08:46 +00:00
Environment.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
SqlCommenter.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
TByteString.hs More robust forking, exception safety. Closes #3768 (#3860) 2020-03-05 23:29:26 +05:30