haskell-persistent-postgresql: update to version 1.3.0

This commit is contained in:
Peter Simons 2013-12-26 20:37:03 +01:00
parent d4a5eb8e1f
commit 2f6ccb037c

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "persistent-postgresql";
version = "1.2.1.3";
sha256 = "0chr8bs0823rkpf9cfx56ghjf29s9xaw23qx5a8g27x7dw5xvc12";
version = "1.3.0";
sha256 = "1mayfq1z9i46nqgiajkhxx4z3hfy3gl5nzx8d5xlp7s1mliz3qjv";
buildDepends = [
aeson blazeBuilder conduit monadControl persistent postgresqlLibpq
postgresqlSimple text time transformers