summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xhtml/3000.2.0.4.nix
blob: 3a72cb8fba0bb53f4763b32759ae51dd2269424b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ cabal }:

cabal.mkDerivation (self: {
  pname = "xhtml";
  version = "3000.2.0.4";
  sha256 = "07kqii5dsfdaf46y4k19l9llhzhxssr24jbjpr5i8p1qh7117abw";
  meta = {
    homepage = "https://github.com/haskell/xhtml";
    description = "An XHTML combinator library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})