absinthe-graphql / absinthe

The GraphQL toolkit for Elixir
http://absinthe-graphql.org
Other
4.3k stars 527 forks source link

Ensure :yecc in included in the mix project's compilers #1312

Closed ruipserra closed 7 months ago

ruipserra commented 7 months ago

Starting in Elixir 1.16.0 (commit), :yecc should be listed in the mix project's :compilers when compiling .yrl files.

Fixes #1297