3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
14 lines
364 B
Nix
14 lines
364 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "xhtml";
|
|
version = "3000.2.0.1";
|
|
sha256 = "15pcigascajky67v0lhdhn4bv8xq16cvzib05mg4f1ynwr5a9mv0";
|
|
meta = {
|
|
description = "An XHTML combinator library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|