haskell-persistent-postgresql: update to version 1.2.0
This commit is contained in:
parent
fc02ddca52
commit
e539c38a21
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user