haskell-postgresql-libpq: update to version 0.8.2.4
This commit is contained in:
parent
9d32efd9fb
commit
325cc275ca
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-libpq";
|
pname = "postgresql-libpq";
|
||||||
version = "0.8.2.3";
|
version = "0.8.2.4";
|
||||||
sha256 = "08l3va5v8ppajgl8ywmzjdvd6v2vhqfj0y55mb1jxkdpvkd5hckl";
|
sha256 = "1dqb4pnsvd6378rhmlhi151sin06wfm9sx12m3ir9x0j5ppb5sx6";
|
||||||
extraLibraries = [ postgresql ];
|
extraLibraries = [ postgresql ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/lpsmith/postgresql-libpq";
|
homepage = "http://github.com/lpsmith/postgresql-libpq";
|
||||||
|
|
Loading…
Reference in New Issue