haskell-happstack-hamlet: update to version 7.0.4

This commit is contained in:
Peter Simons 2014-04-28 19:17:29 +02:00
parent 6f47302ead
commit 0e1af854bb

View File

@ -1,10 +1,10 @@
{ cabal, hamlet, happstackServer, text }: { cabal, happstackServer, shakespeare, text }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "happstack-hamlet"; pname = "happstack-hamlet";
version = "7.0.3"; version = "7.0.4";
sha256 = "0z4phykm2wxpdga47sdg76v7vmy32kav4nscizlkl648qjrx9k3r"; sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a";
buildDepends = [ hamlet happstackServer text ]; buildDepends = [ happstackServer shakespeare text ];
meta = { meta = {
homepage = "http://www.happstack.com/"; homepage = "http://www.happstack.com/";
description = "Support for Hamlet HTML templates in Happstack"; description = "Support for Hamlet HTML templates in Happstack";