haskell-hamlet: update to version 1.2.0
This commit is contained in:
parent
5926fec3f9
commit
6f47302ead
|
@ -1,20 +1,13 @@
|
||||||
{ cabal, blazeBuilder, blazeHtml, blazeMarkup, failure, hspec
|
{ cabal, shakespeare }:
|
||||||
, HUnit, parsec, shakespeare, systemFileio, systemFilepath, text
|
|
||||||
, time
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hamlet";
|
pname = "hamlet";
|
||||||
version = "1.1.9.2";
|
version = "1.2.0";
|
||||||
sha256 = "122wfkk23a2bvz29hrgxj24k6cf315fwdbz70ih3nclawh0bhani";
|
sha256 = "0rla3ap3malk8j6mh07fr2aqvbscpy743wrfq3skgjv3j4jlpjfi";
|
||||||
buildDepends = [
|
buildDepends = [ shakespeare ];
|
||||||
blazeBuilder blazeHtml blazeMarkup failure parsec shakespeare
|
|
||||||
systemFileio systemFilepath text time
|
|
||||||
];
|
|
||||||
testDepends = [ blazeHtml blazeMarkup hspec HUnit parsec text ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
description = "Haml-like template files that are compile-time checked";
|
description = "Haml-like template files that are compile-time checked (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in New Issue