This file is indexed.

/var/lib/ghc/package.conf.d/QuickCheck-safe-0.1.0.2.conf is in libghc-quickcheck-safe-dev 0.1.0.2-1build2.

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
name: QuickCheck-safe
version: 0.1.0.2
id: QuickCheck-safe-0.1.0.2-5N3UvdqyJEWGH23UGFFsIM
key: QuickCheck-safe-0.1.0.2-5N3UvdqyJEWGH23UGFFsIM
license: MIT
copyright: 2015, 2017 Bertram Felgenhauer
maintainer: Bertram Felgenhauer <int-e@gmx.de>
synopsis: Safe reimplementation of QuickCheck's core
description:
    QuickCheck-safe reimplements the quickCheck functionality with a pure
    interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
    .
    * uses the existing Arbitrary instances
    * implemented features: testing, result minimization (i.e., shrinking)
    * missing features: expected failures, label frequencies, coverage
    .
    The package is targeted at users who want to leverage SafeHaskell for
    sandboxing.
    .
    >>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
    *** Failed! Falsifiable (after 18 tests and 3 shrinks):
    [(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
category: Testing
author: Bertram Felgenhauer
exposed: True
exposed-modules:
    Test.QuickCheck.Safe Test.QuickCheck.Safe.Trusted
abi: e076d22a12951fe67ab946a5f3ce665a
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/QuickCheck-safe-0.1.0.2-5N3UvdqyJEWGH23UGFFsIM
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/QuickCheck-safe-0.1.0.2-5N3UvdqyJEWGH23UGFFsIM
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/quickcheck-safe
hs-libraries: HSQuickCheck-safe-0.1.0.2-5N3UvdqyJEWGH23UGFFsIM
depends:
    QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck-safe-0.1.0.2/QuickCheck-safe.haddock
haddock-html: /usr/share/doc/libghc-quickcheck-safe-doc/html/