haskell-hamlet: update to version 1.1.8

This commit is contained in:
Peter Simons 2014-02-18 12:06:00 +01:00
parent 623627f097
commit eab179c39f

View File

@ -1,13 +1,15 @@
{ cabal, blazeBuilder, blazeHtml, blazeMarkup, failure, hspec { cabal, blazeBuilder, blazeHtml, blazeMarkup, failure, hspec
, HUnit, parsec, shakespeare, text , HUnit, parsec, shakespeare, systemFileio, systemFilepath, text
, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hamlet"; pname = "hamlet";
version = "1.1.7.7"; version = "1.1.8";
sha256 = "1qwx0gn367gp2a4kb1q3xc23addjyawr9gvs7bzv8vfx5xnkxglx"; sha256 = "093igcaycg2d29ncj9l8qbzi21drynjk8kvqfl70zqvgsm8nai7x";
buildDepends = [ buildDepends = [
blazeBuilder blazeHtml blazeMarkup failure parsec shakespeare text blazeBuilder blazeHtml blazeMarkup failure parsec shakespeare
systemFileio systemFilepath text time
]; ];
testDepends = [ blazeHtml blazeMarkup hspec HUnit parsec text ]; testDepends = [ blazeHtml blazeMarkup hspec HUnit parsec text ];
meta = { meta = {