2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2009-10-08 16:07:13 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-10-08 16:07:13 +02:00
|
|
|
pname = "mmap";
|
2012-06-28 14:45:11 +02:00
|
|
|
version = "0.5.8";
|
|
|
|
sha256 = "17zsb95ynyrqj51h4jxi9glsih4vq33hbxycgw13z5fivv261m7y";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-10-08 16:07:13 +02:00
|
|
|
meta = {
|
|
|
|
description = "Memory mapped files for POSIX and Windows";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-10-08 16:07:13 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|