Reverting some more Haskell changes, to make things complete again.
svn path=/nixpkgs/trunk/; revision=34044
This commit is contained in:
14
pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
Normal file
14
pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
Normal 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 ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user