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: {
pname = "happstack-hamlet";
version = "7.0.3";
sha256 = "0z4phykm2wxpdga47sdg76v7vmy32kav4nscizlkl648qjrx9k3r";
buildDepends = [ hamlet happstackServer text ];
version = "7.0.4";
sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a";
buildDepends = [ happstackServer shakespeare text ];
meta = {
homepage = "http://www.happstack.com/";
description = "Support for Hamlet HTML templates in Happstack";