From 4f015430c963e012c231b87238b78bdd87cd79a0 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Thu, 2 Jul 2015 15:44:56 +0000 Subject: Add www/phoenix_ecto, Ecto (database) integration for the Phoenix framework. --- www/elixir-phoenix_ecto/files/patch-mix.exs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/elixir-phoenix_ecto/files/patch-mix.exs (limited to 'www/elixir-phoenix_ecto/files/patch-mix.exs') 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 -- cgit v1.2.3