haskell-hastache: remove obsolete version 0.5.1

This commit is contained in:
Peter Simons
2014-04-10 23:30:31 +02:00
parent cf000e0d0f
commit b62ac3995c
3 changed files with 2 additions and 25 deletions

View File

@@ -1,19 +0,0 @@
{ cabal, blazeBuilder, filepath, HUnit, ieee754, mtl, syb, text
, transformers, utf8String
}:
cabal.mkDerivation (self: {
pname = "hastache";
version = "0.5.1";
sha256 = "05lm7mjzc1hamxcj8akq06081bhp907hrjdkhas3wzm6ran6rwn3";
buildDepends = [
blazeBuilder filepath ieee754 mtl syb text transformers utf8String
];
testDepends = [ HUnit mtl syb text ];
meta = {
homepage = "http://github.com/lymar/hastache";
description = "Haskell implementation of Mustache templates";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})