haskell-postgresql-simple: bump
This commit is contained in:
parent
be821ba0bf
commit
e7172cad9a
@ -1,15 +1,15 @@
|
|||||||
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
{ cabal, aeson, attoparsec, base16Bytestring, blazeBuilder
|
||||||
, blazeTextual, cryptohash, HUnit, postgresqlLibpq, text, time
|
, blazeTextual, cryptohash, hashable, HUnit, postgresqlLibpq
|
||||||
, transformers, uuid, vector
|
, scientific, text, time, transformers, uuid, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "postgresql-simple";
|
pname = "postgresql-simple";
|
||||||
version = "0.4.0.2";
|
version = "0.4.2.0";
|
||||||
sha256 = "0gx9jmmzv6aaa6z88i3j51f5hp153dbwzw3x7jx329c5pjp536g9";
|
sha256 = "0g31a7s2h9d6f3igvrddbr357sk4vabvg88mmvb194pps66y8zzn";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text
|
aeson attoparsec blazeBuilder blazeTextual hashable postgresqlLibpq
|
||||||
time transformers uuid vector
|
scientific text time transformers uuid vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson base16Bytestring cryptohash HUnit text time vector
|
aeson base16Bytestring cryptohash HUnit text time vector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user