haskell-postgresql-simple: update to version 0.4.4.0

This commit is contained in:
Peter Simons 2014-08-26 12:38:07 +02:00
parent a9c6e7da40
commit f38fabb65d

View file

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