Author: simons
Date: Sun Aug 7 19:34:08 2011
New Revision: 28265
URL: https://svn.nixos.org/websvn/nix/?rev=28265&sc=1
Log:
haskell-unix-compat: updated to version 0.2.2.1
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/unix-compat/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/unix-compat/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/unix-compat/default.nix
Sun Aug 7 19:34:00 2011 (r28264)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/unix-compat/default.nix
Sun Aug 7 19:34:08 2011 (r28265)
@@ -1,12 +1,14 @@
-{cabal}:
+{cabal} :
cabal.mkDerivation (self : {
pname = "unix-compat";
- version = "0.2.1.3";
- sha256 = "12645n23b7b86w3fllg3vl39pvbxazqx9rflgnhc6qrlfklkyxxd";
+ version = "0.2.2.1";
+ sha256 = "009dg6mxjmdkcmr2d1qq9r3f4qfx4d362lyxj9vvgwrzcdnsgzqi";
meta = {
- description = "Portable POSIX-compatibility layer";
- license = "BSD";
+ homepage = "http://github.com/jystic/unix-compat";
+ description = "Portable POSIX-compatibility layer.";
+ 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