We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f40456 commit 2e4ea5cCopy full SHA for 2e4ea5c
1 file changed
mix.exs
@@ -7,7 +7,6 @@ defmodule IP2LocationErlang.MixProject do
7
version: "8.6.4",
8
elixir: "~> 1.0",
9
erlc_paths: ["."],
10
- compilers: [:leex, :yecc] ++ Mix.compilers(),
11
build_embedded: Mix.env == :prod,
12
start_permanent: Mix.env == :prod,
13
description: description(),
@@ -24,7 +23,7 @@ defmodule IP2LocationErlang.MixProject do
24
23
25
defp deps() do
26
[
27
- {:jiffy, "~> 1.1", compile: false},
+ {:jiffy, "~> 1.1"},
28
{:ex_doc, "~> 0.14", only: :dev, runtime: false}
29
]
30
end
0 commit comments