2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2012-02-03 19:06:47 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xhtml";
|
2012-05-10 11:28:49 +01:00
|
|
|
version = "3000.2.1";
|
|
|
|
sha256 = "17qzc6kyiilhi8s25k68fbpyplihb1qxkpc6l93bvjrcchilsf22";
|
2012-02-03 19:06:47 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/haskell/xhtml";
|
|
|
|
description = "An XHTML combinator library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-02-03 19:06:47 +00:00
|
|
|
};
|
|
|
|
})
|