2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2011-08-31 14:40:53 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xhtml";
|
2011-09-01 19:59:22 +02:00
|
|
|
version = "3000.2.0.4";
|
|
|
|
sha256 = "07kqii5dsfdaf46y4k19l9llhzhxssr24jbjpr5i8p1qh7117abw";
|
2011-08-31 14:40:53 +02:00
|
|
|
meta = {
|
2011-09-01 19:59:22 +02:00
|
|
|
homepage = "https://github.com/haskell/xhtml";
|
2011-08-31 14:40:53 +02:00
|
|
|
description = "An XHTML combinator library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-31 14:40:53 +02:00
|
|
|
};
|
|
|
|
})
|