3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hastache: update to version 0.5.1

This commit is contained in:
Peter Simons 2013-08-11 18:37:14 +02:00
parent af90db8e24
commit a0cb696441

View file

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