2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2010-04-15 20:10:42 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 20:10:42 +02:00
|
|
|
pname = "unix-compat";
|
2014-06-23 22:37:55 +02:00
|
|
|
version = "0.4.1.3";
|
|
|
|
sha256 = "1vfw3ffzdk9mshhgyp3dnbn8rihkz8qg6n5zqak8966dsdqhm4xb";
|
2010-04-15 20:10:42 +02:00
|
|
|
meta = {
|
2011-08-07 21:34:08 +02:00
|
|
|
homepage = "http://github.com/jystic/unix-compat";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Portable POSIX-compatibility layer";
|
2011-08-07 21:34:08 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-04-15 20:10:42 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|