mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskell-happstack-hamlet: update to version 7.0.4
This commit is contained in:
parent
6f47302ead
commit
0e1af854bb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user