This file is indexed.

/var/lib/ghc/package.conf.d/QuickCheck-2.4.2.conf is in libghc-quickcheck2-dev 2.4.2-1.

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
name: QuickCheck
version: 2.4.2
id: QuickCheck-2.4.2-41cb2884cc20cd78948de62849bd9667

license: BSD3
copyright: 2000-2011 Koen Claessen, 2006-2008 Björn Bringert, 2009-2011 Nick Smallbone
maintainer: QuickCheck developers <quickcheck@projects.haskell.org>
stability:
homepage: http://code.haskell.org/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.All Test.QuickCheck.Function
                 Test.QuickCheck Test.QuickCheck.Arbitrary Test.QuickCheck.Gen
                 Test.QuickCheck.Monadic Test.QuickCheck.Modifiers
                 Test.QuickCheck.Property Test.QuickCheck.Test Test.QuickCheck.Text
                 Test.QuickCheck.Poly Test.QuickCheck.State
hidden-modules: Test.QuickCheck.Exception
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/QuickCheck-2.4.2/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/QuickCheck-2.4.2/ghc-7.4.1
hs-libraries: HSQuickCheck-2.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         extensible-exceptions-0.1.1.4-d27a1ac47e54880cae007cceceb41580
         random-1.0.1.1-e3566210caf162aa256430e88f7b7640
         template-haskell-2.7.0.0-8c8cd20e21666657195efabced685fe1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck2-2.4.2/QuickCheck.haddock
haddock-html: /usr/share/doc/libghc-quickcheck2-doc/html/