haskell-postgresql-simple: update to version 0.2.4.1
This commit is contained in:
parent
d11f3d5551
commit
9ffc9076dc
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-simple";
|
pname = "postgresql-simple";
|
||||||
version = "0.2.4.0";
|
version = "0.2.4.1";
|
||||||
sha256 = "1n1s650j4z82cz34rq9qgj805yc9x852snnqjaa1iwrg9i3r150f";
|
sha256 = "09yszkiahfyidaq9yfk4mda5sf1m8bcqqag51vasybln9k9hhws3";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
|
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
|
||||||
transformers vector
|
transformers vector
|
||||||
|
|
Loading…
Reference in New Issue