haskell-persistent-postgresql: update to version 1.2.0

This commit is contained in:
Peter Simons 2013-05-30 11:01:48 +02:00
parent fc02ddca52
commit e539c38a21

View File

@ -1,16 +1,15 @@
{ cabal, aeson, conduit, monadControl, persistent, postgresqlLibpq { cabal, aeson, blazeBuilder, conduit, monadControl, persistent
, postgresqlSimple, text, time, transformers , postgresqlLibpq, postgresqlSimple, text, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "persistent-postgresql"; pname = "persistent-postgresql";
version = "1.1.3.1"; version = "1.2.0";
sha256 = "1lbr4x45hzk73439x6is9zw6y3mqy1ivmblncvg70kzw0kmjhpnk"; sha256 = "0i5ha1vs91makwrw4qqwdzp92i24ynmmsmjyqpik6q80fxxiwps6";
buildDepends = [ buildDepends = [
aeson conduit monadControl persistent postgresqlLibpq aeson blazeBuilder conduit monadControl persistent postgresqlLibpq
postgresqlSimple text time transformers postgresqlSimple text time transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://www.yesodweb.com/book/persistent"; homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql"; description = "Backend for the persistent library using postgresql";