summaryrefslogtreecommitdiff
path: root/devel/erlang-cuttlefish/files/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'devel/erlang-cuttlefish/files/patch-rebar.config')
-rw-r--r--devel/erlang-cuttlefish/files/patch-rebar.config18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config
new file mode 100644
index 000000000000..2c63d99806cd
--- /dev/null
+++ b/devel/erlang-cuttlefish/files/patch-rebar.config
@@ -0,0 +1,18 @@
+--- rebar.config.orig 2015-06-10 18:36:45 UTC
++++ rebar.config
+@@ -1,4 +1,4 @@
+-{require_otp_vsn, "R16|17"}.
++{require_otp_vsn, "R16|17|18"}.
+
+ {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
+
+@@ -12,9 +12,6 @@
+ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
+
+ {deps, [
+- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.4.3"}}},
+- {lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}},
+- {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}}
+ ]}.
+
+ {post_hooks, [