18250b97ae
had added him earlier.
17 lines
432 B
Nix
17 lines
432 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "mmap";
|
|
version = "0.5.9";
|
|
sha256 = "1y5mk3yf4b8r6rzmlx1xqn4skaigrqnv08sqq0v7r3nbw42bpz2q";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
meta = {
|
|
description = "Memory mapped files for POSIX and Windows";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|