<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, May 8, 2016 at 9:22 PM, Tristan Sloughter <span dir="ltr"><<a href="mailto:t@crashfast.com" target="_blank">t@crashfast.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><u></u>




<div><div>Looks great, but you'll need to update the hex package because it is missing dependencies: <a href="https://hex.pm/packages/pgpool" target="_blank">https://hex.pm/packages/pgpool</a><br></div>
<div> </div>
<div>A hex package only allows for hex dependencies. Otherwise rebar3/mix/etc can't properly resolve the dependencies to install.</div></div></blockquote><div><br></div><div>Hey Tristan,</div><div>Still relatively unfamiliar with hex packages, as you can see.</div><div><br></div><div>Does this mean that the <a href="https://github.com/ostinelli/pgpool/blob/master/rebar.config">rebar.config</a> file should be something like this instead?</div><div><br></div><div><div><font face="monospace, monospace">{deps, [</font></div><div><font face="monospace, monospace">    {epgsql, "3.2.0"},</font></div><div><font face="monospace, monospace">    {poolboy, "1.5.1"}</font></div><div><font face="monospace, monospace">]}.</font></div></div></div><br></div><div class="gmail_extra">If so, where can I find the docs to ensure compatibility with rebar too?</div></div>