haskell-persistent-template: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28892
This commit is contained in:
parent
ba9cc549fa
commit
e5454cf33a
@ -1,12 +1,12 @@
|
|||||||
{ cabal, monadControl, persistent, text, webRoutesQuasi }:
|
{ cabal, monadControl, persistent, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent-template";
|
pname = "persistent-template";
|
||||||
version = "0.5.1";
|
version = "0.6.1";
|
||||||
sha256 = "163j36pm6fl64m4h8kgj9h19snh026ia1166p3c6rjw86qi9fk0r";
|
sha256 = "1ggfdq1d32i5ny57cvdf8yw5pwhbw2sc31mrj1whb0ggkcwaqh9l";
|
||||||
buildDepends = [ monadControl persistent text webRoutesQuasi ];
|
buildDepends = [ monadControl persistent text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
description = "Type-safe, non-relational, multi-backend persistence";
|
description = "Type-safe, non-relational, multi-backend persistence";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user