Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{ cabal, blazeBuilder, ieee754, mtl, syb, text, utf8String }:
|
||||
{ cabal, blazeBuilder, Cabal, filepath, ieee754, mtl, syb, text
|
||||
, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hastache";
|
||||
version = "0.3.3";
|
||||
sha256 = "18ayrfwi3jn3q650m5dm9wx9c7djwc2miz3mxlscd9gzlnrfi772";
|
||||
buildDepends = [ blazeBuilder ieee754 mtl syb text utf8String ];
|
||||
buildDepends = [
|
||||
blazeBuilder Cabal filepath ieee754 mtl syb text utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/lymar/hastache";
|
||||
description = "Haskell implementation of Mustache templates";
|
||||
|
||||
Reference in New Issue
Block a user