haskell-persistent-template: update to version 1.3.1

This commit is contained in:
Peter Simons 2014-01-02 00:21:13 +01:00
parent f77b9da184
commit 0d06ef978f

View file

@ -4,13 +4,15 @@
cabal.mkDerivation (self: {
pname = "persistent-template";
version = "1.3.0";
sha256 = "0amg5xncxgpc19yhj3gi7ldw126dy725pxj7kp43lbgggap0yfv9";
version = "1.3.1";
sha256 = "148gznxqzd5743l0r3pc9g14gvanxpl6nfla2lhb2xsa162b2hjx";
buildDepends = [
aeson monadControl monadLogger persistent text transformers
unorderedContainers
];
testDepends = [ aeson hspec persistent QuickCheck text ];
testDepends = [
aeson hspec persistent QuickCheck text transformers
];
meta = {
homepage = "http://www.yesodweb.com/book/persistent";
description = "Type-safe, non-relational, multi-backend persistence";