forked from mirrors/nixpkgs
haskell-xhtml: updated to version 3000.2.0.4
svn path=/nixpkgs/trunk/; revision=28962
This commit is contained in:
parent
8fa5d91e51
commit
70c47021a7
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xhtml";
|
pname = "xhtml";
|
||||||
version = "3000.2.0.2";
|
version = "3000.2.0.4";
|
||||||
sha256 = "14xfx4kmcl6xjn7lnpjd975wh8xakfpd8clcm5bw5n3g0b7agfli";
|
sha256 = "07kqii5dsfdaf46y4k19l9llhzhxssr24jbjpr5i8p1qh7117abw";
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/haskell/xhtml";
|
||||||
description = "An XHTML combinator library";
|
description = "An XHTML combinator library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
|
@ -1278,7 +1278,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||||
};
|
};
|
||||||
|
|
||||||
xhtml_3000_2_0_1 = callPackage ../development/libraries/haskell/xhtml/3000.2.0.1.nix {};
|
xhtml_3000_2_0_1 = callPackage ../development/libraries/haskell/xhtml/3000.2.0.1.nix {};
|
||||||
xhtml_3000_2_0_2 = callPackage ../development/libraries/haskell/xhtml/3000.2.0.2.nix {};
|
xhtml_3000_2_0_4 = callPackage ../development/libraries/haskell/xhtml/3000.2.0.4.nix {};
|
||||||
xhtml = self.xhtml_3000_2_0_1;
|
xhtml = self.xhtml_3000_2_0_1;
|
||||||
|
|
||||||
xml = callPackage ../development/libraries/haskell/xml {};
|
xml = callPackage ../development/libraries/haskell/xml {};
|
||||||
|
|
Loading…
Reference in a new issue