Reverting some more Haskell changes, to make things complete again.

svn path=/nixpkgs/trunk/; revision=34044
This commit is contained in:
Andres Löh
2012-05-10 14:23:48 +00:00
parent 2720636b7b
commit 50a51c7654
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ 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;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})