aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2016-11-25 19:05:16 +0800
committerLoïc Hoguin <[email protected]>2016-11-25 19:18:00 +0100
commitc747a613ec28c4835b33ffd924a390ee55f3cf03 (patch)
treec8dbdcde8c8620a89cca53f5e97b01b04e2f9846 /rebar.config
parent7678f97afdbcb88199aa84165ceb658f2e4708ed (diff)
downloadgun-c747a613ec28c4835b33ffd924a390ee55f3cf03.tar.gz
gun-c747a613ec28c4835b33ffd924a390ee55f3cf03.tar.bz2
gun-c747a613ec28c4835b33ffd924a390ee55f3cf03.zip
Generate rebar.config on build
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 79ec073..21a0435 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
- {cowlib, ".*", {git, "https://github.com/extend/cowlib.git", "1.3.0"}},
- {ranch, ".*", {git, "https://github.com/extend/ranch.git", "master"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","master"}}
]}.
+{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.