This file is indexed.

/var/lib/ghc/package.conf.d/network-uri-2.6.1.0.conf is in libghc-network-uri-dev 2.6.1.0-3+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
38
39
40
41
42
43
name: network-uri
version: 2.6.1.0
id: network-uri-2.6.1.0-DDHh2FNiPirBRgkuU9DEt2
key: network-uri-2.6.1.0-DDHh2FNiPirBRgkuU9DEt2
license: BSD3
maintainer: ezra@ezrakilty.net
homepage: https://github.com/haskell/network-uri
synopsis: URI manipulation
description:
    This package provides an URI manipulation interface.
    .
    In network-2.6 the @Network.URI@ module was split off from the
    network package into this package. If you're using the @Network.URI@
    module you can automatically get it from the right package by adding
    this to your .cabal file:
    .
    > flag network-uri
    >   description: Get Network.URI from the network-uri package
    >   default: True
    >
    > library
    >   -- ...
    >   if flag(network-uri)
    >     build-depends: network-uri >= 2.6, network >= 2.6
    >   else
    >     build-depends: network-uri < 2.6, network < 2.6
    .
    That is, get the module from either network < 2.6 or from
    network-uri >= 2.6.
category: Network
exposed: True
exposed-modules:
    Network.URI
abi: 28749e9f84c126f3ccc0490401384c1d
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/network-uri-2.6.1.0-DDHh2FNiPirBRgkuU9DEt2
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/network-uri-2.6.1.0-DDHh2FNiPirBRgkuU9DEt2
data-dir: /usr/share/network-uri
hs-libraries: HSnetwork-uri-2.6.1.0-DDHh2FNiPirBRgkuU9DEt2
depends:
    base-4.9.0.0 deepseq-1.4.2.0 parsec-3.1.11-BCos4GEVCuDB8dnOCBHO6X
haddock-interfaces: /usr/lib/ghc-doc/haddock/network-uri-2.6.1.0/network-uri.haddock
haddock-html: /usr/share/doc/libghc-network-uri-doc/html/