2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 18:05:41 +04:00
|
|
|
{ cabal }:
|
2010-04-15 22:10:42 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 22:10:42 +04:00
|
|
|
pname = "unix-compat";
|
2014-06-24 00:37:55 +04:00
|
|
|
version = "0.4.1.3";
|
|
|
|
sha256 = "1vfw3ffzdk9mshhgyp3dnbn8rihkz8qg6n5zqak8966dsdqhm4xb";
|
2010-04-15 22:10:42 +04:00
|
|
|
meta = {
|
2011-08-07 23:34:08 +04:00
|
|
|
homepage = "http://github.com/jystic/unix-compat";
|
2011-08-11 17:03:51 +04:00
|
|
|
description = "Portable POSIX-compatibility layer";
|
2011-08-07 23:34:08 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 13:54:50 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 22:10:42 +04:00
|
|
|
};
|
2011-03-28 19:04:00 +04:00
|
|
|
})
|