Add eh for documentation lookup

This commit is contained in:
Martin Frost 2015-06-02 08:03:03 +02:00
parent c0eb9ec41f
commit f3514497fd
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ defmodule Isn.Mixfile do
defp deps do
[{:postgrex, "~> 0.8.1"},
{:ecto, "~> 0.11.0"},
{:eh, "~> 0.2.0"},
{:ex_doc, "~> 0.6.1", only: :dev}]
end
end

View File

@ -1,5 +1,6 @@
%{"decimal": {:hex, :decimal, "1.1.0"},
"ecto": {:hex, :ecto, "0.11.0"},
"eh": {:hex, :eh, "0.2.0"},
"ex_doc": {:hex, :ex_doc, "0.6.2"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.8.1"}}