haskell-postgresql-simple: update to version 0.4.0.2

This commit is contained in:
Peter Simons 2014-01-13 15:40:07 +01:00
parent 3effc6b825
commit 7f92b66ec8

View File

@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "postgresql-simple";
version = "0.4.0.1";
sha256 = "03lj7z0n6yx55xap9606slcp0yiignwild7sibkrmg05jkb193nn";
version = "0.4.0.2";
sha256 = "0gx9jmmzv6aaa6z88i3j51f5hp153dbwzw3x7jx329c5pjp536g9";
buildDepends = [
aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text
time transformers uuid vector