/var/lib/ghc/package.conf.d/mmap-0.5.9.conf is in libghc-mmap-dev 0.5.9-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | name: mmap
version: 0.5.9
id: mmap-0.5.9-D0mf78ViUxZKmclALOQBOI
key: mmap-0.5.9-D0mf78ViUxZKmclALOQBOI
license: BSD3
copyright: 2008-2012, Gracjan Polak
maintainer: Gracjan Polak <gracjanpolak@gmail.com>
stability: stable
synopsis: Memory mapped files for POSIX and Windows
description:
This library provides a wrapper to mmap(2) or MapViewOfFile,
allowing files or devices to be lazily loaded into memory as
strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using
the virtual memory subsystem to do on-demand loading.
Modifications are also supported.
category: System
author: Gracjan Polak <gracjanpolak@gmail.com>
exposed: True
exposed-modules:
System.IO.MMap
abi: b1ea12e020d8c18165974088d142ef69
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/mmap-0.5.9-D0mf78ViUxZKmclALOQBOI
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/mmap-0.5.9-D0mf78ViUxZKmclALOQBOI
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/mmap
hs-libraries: HSmmap-0.5.9-D0mf78ViUxZKmclALOQBOI
depends:
base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/mmap-0.5.9/mmap.haddock
haddock-html: /usr/share/doc/libghc-mmap-doc/html/
|