Author: simons
Date: Fri Feb 3 19:06:47 2012
New Revision: 32008
URL: https://nixos.org/websvn/nix/?rev=32008&sc=1
Log:
haskell-xhtml: added version 3000.2.0.5
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added: nixpkgs/trunk/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/xhtml/3000.2.0.5.nix
Fri Feb 3 19:06:47 2012 (r32008)
@@ -0,0 +1,17 @@
+{ 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
+ self.stdenv.lib.maintainers.simons
+ ];
+ };
+})
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Fri Feb 3 19:06:44
2012 (r32007)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Fri Feb 3 19:06:47
2012 (r32008)
@@ -1458,7 +1458,8 @@
xhtml_3000_2_0_1 = callPackage
../development/libraries/haskell/xhtml/3000.2.0.1.nix {};
xhtml_3000_2_0_4 = callPackage
../development/libraries/haskell/xhtml/3000.2.0.4.nix {};
- xhtml = self.xhtml_3000_2_0_1;
+ xhtml_3000_2_0_5 = callPackage
../development/libraries/haskell/xhtml/3000.2.0.5.nix {};
+ xhtml = self.xhtml_3000_2_0_5;
xml = callPackage ../development/libraries/haskell/xml {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits