2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2010-04-15 18:10:42 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 18:10:42 +00:00
|
|
|
pname = "unix-compat";
|
2012-01-06 13:30:08 +00:00
|
|
|
version = "0.3.0.1";
|
|
|
|
sha256 = "09y2iih741l4jpi83c15zap94phfms4mavzg04r9rjgbav0ns2c4";
|
2010-04-15 18:10:42 +00:00
|
|
|
meta = {
|
2011-08-07 19:34:08 +00:00
|
|
|
homepage = "http://github.com/jystic/unix-compat";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Portable POSIX-compatibility layer";
|
2011-08-07 19:34:08 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-09 23:00:20 +00:00
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
2010-04-15 18:10:42 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|