haskell-shakespeare: updated to version 0.10.1.1
svn path=/nixpkgs/trunk/; revision=29614
This commit is contained in:
parent
96ca3cf9df
commit
8855e4e69b
@ -1,10 +1,10 @@
|
|||||||
{ cabal, blazeBuilder, blazeHtml, failure, parsec, text }:
|
{ cabal, parsec, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
version = "0.10.1";
|
version = "0.10.1.1";
|
||||||
sha256 = "1ckzfxrs65n8cx0hm64c3jd4hbw48x1vi0cvnkz39k500jpq874f";
|
sha256 = "1qd5wrcr4ss5zigbb7s6c7y7qbvrnbvgdpwq985yyy71i5hwxv0a";
|
||||||
buildDepends = [ blazeBuilder blazeHtml failure parsec text ];
|
buildDepends = [ parsec text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/templates";
|
homepage = "http://www.yesodweb.com/book/templates";
|
||||||
description = "A toolkit for making compile-time interpolated templates";
|
description = "A toolkit for making compile-time interpolated templates";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user