18250b97ae
had added him earlier.
21 lines
665 B
Nix
21 lines
665 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeBuilder, filepath, HUnit, ieee754, mtl, syb, text
|
|
, transformers, utf8String
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hastache";
|
|
version = "0.6.0";
|
|
sha256 = "1z609mhsc875ba3k6mlmlqpmqlwgxpav2asnf83yzq1q7bfs0cxh";
|
|
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;
|
|
};
|
|
})
|