haskell-persistent-template: updated to version 0.8.1
svn path=/nixpkgs/trunk/; revision=32181
This commit is contained in:
parent
27b9910634
commit
c78b13be70
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, monadControl, persistent, text, transformers }:
|
||||
{ cabal, aeson, monadControl, persistent, text, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent-template";
|
||||
version = "0.6.3.1";
|
||||
sha256 = "0hppxd80q7bnxz9vm08i278d9k95w6z139y73dy53ncqkp72ahrg";
|
||||
buildDepends = [ monadControl persistent text transformers ];
|
||||
version = "0.8.1";
|
||||
sha256 = "0av1rzqz80lzirk9l45jiwj4zar6ncy0q9x7dqhsrklyxk4jzv6v";
|
||||
buildDepends = [ aeson 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