haskell-template: update to version 0.2.0.10

This commit is contained in:
Peter Simons 2014-10-19 14:16:21 +02:00
parent 5b59ad05ef
commit 23b84969d0

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "template";
version = "0.2.0.9";
sha256 = "0i1xq6nj240gddbd8d5m42gzix16k81wqmirpy5a4fssnkpwjqnb";
version = "0.2.0.10";
sha256 = "10mcnhi2rdflmv79z0359nn5sylifvk9ih38xnjqqby6n4hs7mcg";
buildDepends = [ mtl text ];
meta = {
description = "Simple string substitution";