This file is indexed.

/var/lib/ghc/package.conf.d/safe-0.3.3.conf is in libghc-safe-dev 0.3.3-3.

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
name: safe
version: 0.3.3
id: safe-0.3.3-5b28a84a4a4bace6e06a93f9687f04fb

license: BSD3
copyright: Neil Mitchell 2007-2011
maintainer: Neil Mitchell <ndmitchell@gmail.com>
stability:
homepage: http://community.haskell.org/~ndm/safe/
package-url:
synopsis: Library for safe (pattern match free) functions
description: Partial functions from the base library, such as @head@ and @!!@, modified
             to return more descriptive error messages, programmer defined error messages,
             @Maybe@ wrapped results and default values.
             These functions can be used to reduce the number of unsafe pattern matches in
             your code.
category: Unclassified
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules: Safe Safe.Foldable
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/safe-0.3.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/safe-0.3.3/ghc-7.6.3
hs-libraries: HSsafe-0.3.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/safe-0.3.3/safe.haddock
haddock-html: /usr/share/doc/libghc-safe-doc/html/