haskell-persistent-template: updated to version 0.6.3.1
svn path=/nixpkgs/trunk/; revision=30749
This commit is contained in:
parent
1a479e8c02
commit
4bad71cdd6
@ -1,10 +1,10 @@
|
|||||||
{ cabal, monadControl, persistent, text }:
|
{ cabal, monadControl, persistent, text, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent-template";
|
pname = "persistent-template";
|
||||||
version = "0.6.3";
|
version = "0.6.3.1";
|
||||||
sha256 = "1vcjvfjxmv9c0wg7pbx0lw73128f5y0r4sfdsyq3jrkkiq1bgsxa";
|
sha256 = "0hppxd80q7bnxz9vm08i278d9k95w6z139y73dy53ncqkp72ahrg";
|
||||||
buildDepends = [ monadControl persistent text ];
|
buildDepends = [ monadControl persistent text transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
description = "Type-safe, non-relational, multi-backend persistence";
|
description = "Type-safe, non-relational, multi-backend persistence";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user