haskell-hastache: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=31999
This commit is contained in:
parent
7851600fcf
commit
65ad5c83ef
@ -1,10 +1,10 @@
|
|||||||
{ cabal, blazeBuilder, mtl, syb, text, utf8String }:
|
{ cabal, blazeBuilder, ieee754, mtl, syb, text, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hastache";
|
pname = "hastache";
|
||||||
version = "0.2.4";
|
version = "0.3.3";
|
||||||
sha256 = "0881sh3vp5v8kk3rnz9dg2bnis6qy4gx5sr0sqj6xl162sbhf3yv";
|
sha256 = "18ayrfwi3jn3q650m5dm9wx9c7djwc2miz3mxlscd9gzlnrfi772";
|
||||||
buildDepends = [ blazeBuilder mtl syb text utf8String ];
|
buildDepends = [ blazeBuilder ieee754 mtl syb text utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/lymar/hastache";
|
homepage = "http://github.com/lymar/hastache";
|
||||||
description = "Haskell implementation of Mustache templates";
|
description = "Haskell implementation of Mustache templates";
|
||||||
|
Loading…
Reference in New Issue
Block a user