summaryrefslogtreecommitdiff
path: root/www/elixir-phoenix_ecto/files/patch-mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'www/elixir-phoenix_ecto/files/patch-mix.exs')
-rw-r--r--www/elixir-phoenix_ecto/files/patch-mix.exs12
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