haskell-postgresql-simple: update to version 0.4.3.0

This commit is contained in:
Peter Simons 2014-07-14 10:53:59 +02:00
parent 786f86e154
commit 307763a835
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "postgresql-simple";
version = "0.4.2.3";
sha256 = "1rg6virvz4nr0m39sr72h23yks5f8ih9nimgacx30zw7xvnx942p";
version = "0.4.3.0";
sha256 = "16i1qzshbscnbjb4rxz5hl1iaxjmsc21878prj5pp33zbm53dlcm";
buildDepends = [
aeson attoparsec blazeBuilder blazeTextual hashable postgresqlLibpq
scientific text time transformers uuid vector