[erlang-questions] [ANN] PGPool 1.1.0 - now with batch and cached queries
Roberto Ostinelli
roberto@REDACTED
Sun May 8 21:30:15 CEST 2016
On Sun, May 8, 2016 at 9:22 PM, Tristan Sloughter <t@REDACTED> wrote:
> Looks great, but you'll need to update the hex package because it is
> missing dependencies: https://hex.pm/packages/pgpool
>
> A hex package only allows for hex dependencies. Otherwise rebar3/mix/etc
> can't properly resolve the dependencies to install.
>
Hey Tristan,
Still relatively unfamiliar with hex packages, as you can see.
Does this mean that the rebar.config
<https://github.com/ostinelli/pgpool/blob/master/rebar.config> file should
be something like this instead?
{deps, [
{epgsql, "3.2.0"},
{poolboy, "1.5.1"}
]}.
If so, where can I find the docs to ensure compatibility with rebar too?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160508/1b7e4566/attachment.htm>
More information about the erlang-questions
mailing list