b148543c3e
svn path=/nixpkgs/trunk/; revision=15148
12 lines
254 B
Nix
12 lines
254 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "html";
|
|
version = "1.0.1.2"; # Haskell Platform 2009.0.0
|
|
sha256 = "0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061";
|
|
meta = {
|
|
description = "HTML combinator library";
|
|
};
|
|
})
|
|
|