summaryrefslogtreecommitdiff
path: root/www/erlang-webmachine/files/patch-rebar.config
blob: fbbeaea1d915edf71c0e684b66c734eb79f852d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- rebar.config.orig	2018-05-19 07:23:21 UTC
+++ rebar.config
@@ -1,11 +1,10 @@
 %%-*- mode: erlang -*-
-{erl_opts, [warnings_as_errors]}.
 {cover_enabled, true}.
 {edoc_opts, [{preprocess, true}]}.
 
 {xref_checks, [undefined_function_calls]}.
 
-{deps, [{mochiweb, {git, "https://github.com/mochi/mochiweb", {tag, "v2.17.0"}}}]}.
+{deps, []}.
 
 {eunit_opts, [
               no_tty,