haskell-postgresql-simple: update to version 0.3.3.0
This commit is contained in:
parent
c3aa81cd0e
commit
0853a81825
@ -5,13 +5,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-simple";
|
pname = "postgresql-simple";
|
||||||
version = "0.2.4.1";
|
version = "0.3.3.0";
|
||||||
sha256 = "09yszkiahfyidaq9yfk4mda5sf1m8bcqqag51vasybln9k9hhws3";
|
sha256 = "0srkalfg41gdnzwwa2bmwwrcdqnw13f7b94wv4d5a6sg6yf1ry1l";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
|
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
|
||||||
transformers vector
|
transformers vector
|
||||||
];
|
];
|
||||||
testDepends = [ base16Bytestring cryptohash HUnit text time ];
|
testDepends = [
|
||||||
|
base16Bytestring cryptohash HUnit text time vector
|
||||||
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mid-Level PostgreSQL client library";
|
description = "Mid-Level PostgreSQL client library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user