Author: simons
Date: Sun Aug 7 22:01:53 2011
New Revision: 28329
URL: https://svn.nixos.org/websvn/nix/?rev=28329&sc=1
Log:
http-types: 0.6.5.1
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
Sun Aug 7 22:01:49 2011 (r28328)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
Sun Aug 7 22:01:53 2011 (r28329)
@@ -1,14 +1,15 @@
-{cabal, blazeBuilder, caseInsensitive, text}:
+{cabal, blazeBuilder, caseInsensitive, text} :
cabal.mkDerivation (self : {
pname = "http-types";
- version = "0.6.5";
- sha256 = "1z2y219170n6rrmmffkg8xa450xzl42zpwahv7m71bxlz4cvxjc1";
- propagatedBuildInputs = [blazeBuilder caseInsensitive text];
+ version = "0.6.5.1";
+ sha256 = "1gmf5ghfm8hzifinknyk10m7ayxkn48h1l0mchi2vl6h5rg0nnca";
+ propagatedBuildInputs = [ blazeBuilder caseInsensitive text ];
meta = {
- description = "Generic HTTP types for Haskell (for both client and server
code)";
- license = "BSD3";
- maintainers = [self.stdenv.lib.maintainers.andres];
+ homepage = "https://github.com/aristidb/http-types";
+ description = "Generic HTTP types for Haskell (for both client and server
code).";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits