3
0
Fork 0
forked from mirrors/nixpkgs

haskell-postgresql-simple: update to version 0.3.6.0

This commit is contained in:
Peter Simons 2013-08-21 10:18:59 +02:00
parent fb720f8caa
commit a2a7e611a3

View file

@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "postgresql-simple";
version = "0.3.5.0";
sha256 = "09w9cdjn9jvmcwh63ydjl8p28xfhrhy448y211z3carx2zwryshi";
version = "0.3.6.0";
sha256 = "1qszr3k7cihizbaq3naj134gavkpamk8q3g02rsilzvn0ivq8wb8";
buildDepends = [
attoparsec blazeBuilder blazeTextual postgresqlLibpq text time
transformers vector