Skip to content

Commit

Permalink
Ensure :yecc in included in the mix project's compilers
Browse files Browse the repository at this point in the history
Starting in Elixir 1.16.0, :yecc should be listed in the mix project's
compilers when compiling .yrl files.

Fixes #1297
  • Loading branch information
ruipserra committed Apr 10, 2024
1 parent eec5a4c commit a04b1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ defmodule Absinthe.Mixfile do
extras: extras(),
groups_for_extras: groups_for_extras()
],
compilers: [:yecc] ++ Mix.compilers(),
deps: deps(),
dialyzer: [
plt_add_deps: :apps_direct,
Expand Down

0 comments on commit a04b1e2

Please sign in to comment.