2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-05-10 15:23:48 +01:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xhtml";
|
|
|
|
version = "3000.2.0.5";
|
|
|
|
sha256 = "1gqq910pncqppb2dscxnfxvm1ly4qpb5mwmady2i4irar3gngh9v";
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/haskell/xhtml";
|
|
|
|
description = "An XHTML combinator library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-05-10 15:23:48 +01:00
|
|
|
};
|
|
|
|
})
|