haskell-postgresql-simple: update to version 0.3.10.0

This commit is contained in:
Peter Simons 2013-12-19 11:35:26 +01:00
parent ede8d010a5
commit ce3c422fc5

View File

@ -5,14 +5,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "postgresql-simple"; pname = "postgresql-simple";
version = "0.3.9.1"; version = "0.3.10.0";
sha256 = "0byzlmcbwlycvlk35w0gdp5x7860jcc589ypbdx0vm08aq5vz87v"; sha256 = "1nfp05vxs3frp6yygf68ardz6s3pllccwl6myaa18kf42654lgyx";
buildDepends = [ buildDepends = [
aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text aeson attoparsec blazeBuilder blazeTextual postgresqlLibpq text
time transformers uuid vector time transformers uuid vector
]; ];
testDepends = [ testDepends = [
base16Bytestring cryptohash HUnit text time vector aeson base16Bytestring cryptohash HUnit text time vector
]; ];
doCheck = false; doCheck = false;
meta = { meta = {