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