diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 15:47:30 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 15:47:30 +0000 |
commit | 31ad88511aec2bf6e50289bb284098ccf6e0d16b (patch) | |
tree | 19797b169ac4d6d078d61c424f0d56b3043da238 /www/elixir-phoenix_html/files/patch-mix.exs | |
parent | Add www/phoenix_ecto, Ecto (database) integration for the Phoenix framework. (diff) |
Add www/phoenix_html, functions for working with HTML from Phoenix.
Diffstat (limited to 'www/elixir-phoenix_html/files/patch-mix.exs')
-rw-r--r-- | www/elixir-phoenix_html/files/patch-mix.exs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/elixir-phoenix_html/files/patch-mix.exs b/www/elixir-phoenix_html/files/patch-mix.exs new file mode 100644 index 000000000000..6c578717d363 --- /dev/null +++ b/www/elixir-phoenix_html/files/patch-mix.exs @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-07-02 15:30:23 UTC ++++ mix.exs +@@ -20,10 +20,6 @@ defmodule PhoenixHtml.Mixfile do + end + + defp deps do +- [{:plug, ">= 0.12.2 and < 2.0.0"}, +- +- # Docs dependencies +- {:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7.1", only: :docs}] ++ [] + end + end |