/var/lib/ghc/package.conf.d/zlib-0.6.1.2.conf is in libghc-zlib-dev 0.6.1.2-1build1.
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 32 33 34 35 36 37 38 39 40 41 | name: zlib
version: 0.6.1.2
id: zlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp
key: zlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp
license: BSD3
copyright: (c) 2006-2016 Duncan Coutts
maintainer: Duncan Coutts <duncan@community.haskell.org>
synopsis: Compression and decompression in the gzip and zlib formats
description:
This package provides a pure interface for compressing and
decompressing streams of data represented as lazy
'ByteString's. It uses the
<https://en.wikipedia.org/wiki/Zlib zlib C library>
so it has high performance. It supports the \"zlib\",
\"gzip\" and \"raw\" compression formats.
.
It provides a convenient high level API suitable for most
tasks and for the few cases where more control is needed it
provides access to the full zlib feature set.
category: Codec
author: Duncan Coutts <duncan@community.haskell.org>
exposed: True
exposed-modules:
Codec.Compression.GZip Codec.Compression.Zlib
Codec.Compression.Zlib.Raw Codec.Compression.Zlib.Internal
hidden-modules: Codec.Compression.Zlib.Stream
abi: a4a4335ad53488bac8e216950ef6d7cc
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/zlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/zlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/zlib
hs-libraries: HSzlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp
extra-libraries:
z
includes:
zlib.h
depends:
base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/zlib-0.6.1.2/zlib.haddock
haddock-html: /usr/share/doc/libghc-zlib-doc/html/
|