This file is indexed.

/var/lib/ghc/package.conf.d/QuickCheck-2.7.6.conf is in libghc-quickcheck2-dev 2.7.6-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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: QuickCheck
version: 2.7.6
id: QuickCheck-2.7.6-1a837324b203a3afd2f9ad3b3dd3e8bc

license: BSD3
copyright: 2000-2014 Koen Claessen, 2006-2008 Björn Bringert, 2009-2014 Nick Smallbone
maintainer: QuickCheck developers <quickcheck@projects.haskell.org>
stability:
homepage: https://github.com/nick8325/quickcheck
package-url:
synopsis: Automatic testing of Haskell programs
description: QuickCheck is a library for random testing of program properties.
             .
             The programmer provides a specification of the program, in
             the form of properties which functions should satisfy, and
             QuickCheck then tests that the properties hold in a large number
             of randomly generated cases.
             .
             Specifications are expressed in
             Haskell, using combinators defined in the QuickCheck library.
             QuickCheck provides combinators to define properties, observe
             the distribution of test data, and define test
             data generators.
category: Testing
author: Koen Claessen <koen@chalmers.se>
exposed: True
exposed-modules: Test.QuickCheck.Function Test.QuickCheck.All
                 Test.QuickCheck Test.QuickCheck.Arbitrary Test.QuickCheck.Gen
                 Test.QuickCheck.Gen.Unsafe Test.QuickCheck.Monadic
                 Test.QuickCheck.Modifiers Test.QuickCheck.Property
                 Test.QuickCheck.Test Test.QuickCheck.Text Test.QuickCheck.Poly
                 Test.QuickCheck.State Test.QuickCheck.Random
                 Test.QuickCheck.Exception
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/QuickCheck-2.7.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/QuickCheck-2.7.6/ghc-7.6.3
hs-libraries: HSQuickCheck-2.7.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
         template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
         tf-random-0.5-ef399db17bab0abd394c97472b0092a1
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck2-2.7.6/QuickCheck.haddock
haddock-html: /usr/share/doc/libghc-quickcheck2-doc/html/