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 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, monadControl, persistent, text }:
|
||||
{ cabal, monadControl, persistent, text, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent-template";
|
||||
version = "0.6.3";
|
||||
sha256 = "1vcjvfjxmv9c0wg7pbx0lw73128f5y0r4sfdsyq3jrkkiq1bgsxa";
|
||||
buildDepends = [ monadControl persistent text ];
|
||||
version = "0.6.3.1";
|
||||
sha256 = "0hppxd80q7bnxz9vm08i278d9k95w6z139y73dy53ncqkp72ahrg";
|
||||
buildDepends = [ monadControl persistent text transformers ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Type-safe, non-relational, multi-backend persistence";
|
||||
|
|
Loading…
Reference in a new issue