2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 19:17:29 +02:00
|
|
|
{ cabal, happstackServer, shakespeare, text }:
|
2011-09-09 20:44:33 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "happstack-hamlet";
|
2014-04-28 19:17:29 +02:00
|
|
|
version = "7.0.4";
|
|
|
|
sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a";
|
|
|
|
buildDepends = [ happstackServer shakespeare text ];
|
2011-09-09 20:44:33 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.happstack.com/";
|
|
|
|
description = "Support for Hamlet HTML templates in Happstack";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|