diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 15:44:56 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 15:44:56 +0000 |
commit | 4f015430c963e012c231b87238b78bdd87cd79a0 (patch) | |
tree | 94e6686d10395abe56240691d984a02ffe35cef1 /www/elixir-phoenix_ecto/files/patch-mix.exs | |
parent | Catch up with github tree - changelog: (diff) |
Add www/phoenix_ecto, Ecto (database) integration for the Phoenix framework.
Diffstat (limited to 'www/elixir-phoenix_ecto/files/patch-mix.exs')
-rw-r--r-- | www/elixir-phoenix_ecto/files/patch-mix.exs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/elixir-phoenix_ecto/files/patch-mix.exs b/www/elixir-phoenix_ecto/files/patch-mix.exs new file mode 100644 index 000000000000..ed10ebad25f8 --- /dev/null +++ b/www/elixir-phoenix_ecto/files/patch-mix.exs @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-02 15:23:09 UTC ++++ mix.exs +@@ -30,8 +30,6 @@ defmodule PhoenixEcto.Mixfile do + end + + defp deps do +- [{:phoenix_html, "~> 1.0", optional: true}, +- {:poison, "~> 1.3", optional: true}, +- {:ecto, "~> 0.12"}] ++ [] + end + end |