Skip to content

Instantly share code, notes, and snippets.

@boorad
Created November 14, 2011 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boorad/1365488 to your computer and use it in GitHub Desktop.
Save boorad/1365488 to your computer and use it in GitHub Desktop.
%%-*- mode: erlang -*-
{deps, [
{webmachine, "1.8.*",
{git, "git://github.com/basho/webmachine", "HEAD"}},
{ibrowse, ".*",
{git, "git://github.com/cmullaparthi/ibrowse.git", "master"}},
{bcrypt, ".*",
{git, "https://github.com/smarkets/erlang-bcrypt.git", {tag, "0.4.1"}}},
{epgsql, ".*",
{git, "https://github.com/wg/epgsql.git", {branch, "master"}}}
]}.
{erl_opts, [debug_info]}.
{cover_enabled, true}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment