summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/html/default.nix
blob: 3540d397778f8c3a387652a704fb3828434d53af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

cabal.mkDerivation (self : {
  pname = "html";
  version = "1.0.1.2"; # Haskell Platform 2009.0.0 and 2010.1.0.0 and 2010.2.0.0
  sha256 = "0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061";
  meta = {
    description = "HTML combinator library";
  };
})