haskell-hastache: update to version 0.6.0

This commit is contained in:
Peter Simons 2014-03-31 11:20:01 +02:00
parent 2ec626f196
commit e4ee9e3f8f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "hastache";
version = "0.5.1";
sha256 = "05lm7mjzc1hamxcj8akq06081bhp907hrjdkhas3wzm6ran6rwn3";
version = "0.6.0";
sha256 = "1z609mhsc875ba3k6mlmlqpmqlwgxpav2asnf83yzq1q7bfs0cxh";
buildDepends = [
blazeBuilder filepath ieee754 mtl syb text transformers utf8String
];