Skip to content

Commit

Permalink
Merge pull request #1312 from ruipserra/fix-compiler-warning
Browse files Browse the repository at this point in the history
Ensure :yecc in included in the mix project's compilers
  • Loading branch information
benwilson512 authored Apr 20, 2024
2 parents c9694b6 + a04b1e2 commit d93e490
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 d93e490

Please sign in to comment.