haskell-HDBC-postgresql: update to version 2.3.2.2

This commit is contained in:
Peter Simons 2013-10-30 14:05:52 +01:00
parent 893282109e
commit aa3fad72ad

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "HDBC-postgresql";
version = "2.3.2.1";
sha256 = "1ji10w4d91dp3ci7pn1jd8nb3wasszwlsy1lfbb4mqnr15c9vnpb";
version = "2.3.2.2";
sha256 = "0x42lf429dxjkz22jn5fybimlixxs20zq01ap40344qlwh01hd90";
isLibrary = true;
isExecutable = true;
buildDepends = [ convertible HDBC mtl parsec time utf8String ];