forked from mirrors/nixpkgs
haskell-unix-compat: updated to version 0.2.2.1
svn path=/nixpkgs/trunk/; revision=28265
This commit is contained in:
parent
f728e6564b
commit
dfa2ad145d
|
@ -1,12 +1,14 @@
|
||||||
{cabal}:
|
{cabal} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "unix-compat";
|
pname = "unix-compat";
|
||||||
version = "0.2.1.3";
|
version = "0.2.2.1";
|
||||||
sha256 = "12645n23b7b86w3fllg3vl39pvbxazqx9rflgnhc6qrlfklkyxxd";
|
sha256 = "009dg6mxjmdkcmr2d1qq9r3f4qfx4d362lyxj9vvgwrzcdnsgzqi";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Portable POSIX-compatibility layer";
|
homepage = "http://github.com/jystic/unix-compat";
|
||||||
license = "BSD";
|
description = "Portable POSIX-compatibility layer.";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue