This file is indexed.

/var/lib/ghc/package.conf.d/QuickCheck-safe-0.1.0.1.conf is in libghc-quickcheck-safe-dev 0.1.0.1-4+b1.

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: QuickCheck-safe
version: 0.1.0.1
id: QuickCheck-safe-0.1.0.1-KWHErQb37KmCS3rbIAcUo8
key: QuickCheck-safe-0.1.0.1-KWHErQb37KmCS3rbIAcUo8
license: MIT
copyright: 2015 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: 08f0ad31ae3893cef10591ee2318e0c8
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/QuickCheck-safe-0.1.0.1-KWHErQb37KmCS3rbIAcUo8
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/QuickCheck-safe-0.1.0.1-KWHErQb37KmCS3rbIAcUo8
data-dir: /usr/share/quickcheck-safe
hs-libraries: HSQuickCheck-safe-0.1.0.1-KWHErQb37KmCS3rbIAcUo8
depends:
    QuickCheck-2.8.2-B7cXgOk7OAiKrNRsk2SfuA base-4.9.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck-safe-0.1.0.1/QuickCheck-safe.haddock
haddock-html: /usr/share/doc/libghc-quickcheck-safe-doc/html/