summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/html/1.0.1.2.nix
blob: a06b1422bc32a7f5fd98635ce465a78150526697 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "html";
  version = "1.0.1.2";
  sha256 = "0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061";
  meta = {
    description = "HTML combinator library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})