Added a couple of web-programming-related Haskell packages.
svn path=/nixpkgs/trunk/; revision=22683
This commit is contained in:
13
pkgs/development/libraries/haskell/hamlet/default.nix
Normal file
13
pkgs/development/libraries/haskell/hamlet/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, blazeHtml, parsec, utf8String}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hamlet";
|
||||
version = "0.4.0";
|
||||
sha256 = "5e05879e734fc193acc48eda48dadbf53659e937543068bcc77dc7c394f6adcd";
|
||||
propagatedBuildInputs = [blazeHtml parsec utf8String];
|
||||
meta = {
|
||||
description = "Haml-like template files that are compile-time checked";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user