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