This file is indexed.

/var/lib/ghc/package.conf.d/pandoc-1.16.0.2.conf is in libghc-pandoc-dev 1.16.0.2~dfsg-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
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
name: pandoc
version: 1.16.0.2
id: pandoc-1.16.0.2-492c13b7a4f09b8b26e65dde1551b7e9
key: pando_BVSUbX6OMdyLYylXxpAJEd
license: GPL
copyright: (c) 2006-2015 John MacFarlane
maintainer: John MacFarlane <jgm@berkeley.edu>
stability: alpha
homepage: http://pandoc.org
synopsis: Conversion between markup formats
description:
    Pandoc is a Haskell library for converting from one markup
    format to another, and a command-line tool that uses
    this library. It can read several dialects of Markdown and
    (subsets of) HTML, reStructuredText, LaTeX, DocBook,
    MediaWiki markup, TWiki markup, Haddock markup, OPML,
    Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and
    it can write Markdown, reStructuredText, XHTML, HTML 5,
    LaTeX, ConTeXt, DocBook, OPML, OpenDocument, ODT,
    Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man
    pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
    EPUB (v2 and v3), FictionBook2, InDesign ICML, and several
    kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
    DZSlides, reveal.js).
    .
    In contrast to most existing tools for converting Markdown
    to HTML, pandoc has a modular design: it consists of a set of
    readers, which parse text in a given format and produce a
    native representation of the document, and a set of writers,
    which convert this native representation into a target
    format. Thus, adding an input or output format requires
    only adding a reader or writer.
category: Text
author: John MacFarlane <jgm@berkeley.edu>
exposed: True
exposed-modules:
    Text.Pandoc Text.Pandoc.Options Text.Pandoc.Pretty
    Text.Pandoc.Shared Text.Pandoc.MediaBag Text.Pandoc.Error
    Text.Pandoc.Readers.HTML Text.Pandoc.Readers.LaTeX
    Text.Pandoc.Readers.Markdown Text.Pandoc.Readers.CommonMark
    Text.Pandoc.Readers.MediaWiki Text.Pandoc.Readers.RST
    Text.Pandoc.Readers.Org Text.Pandoc.Readers.DocBook
    Text.Pandoc.Readers.OPML Text.Pandoc.Readers.TeXMath
    Text.Pandoc.Readers.Textile Text.Pandoc.Readers.Native
    Text.Pandoc.Readers.Haddock Text.Pandoc.Readers.TWiki
    Text.Pandoc.Readers.Txt2Tags Text.Pandoc.Readers.Docx
    Text.Pandoc.Readers.Odt Text.Pandoc.Readers.EPUB
    Text.Pandoc.Writers.Native Text.Pandoc.Writers.Docbook
    Text.Pandoc.Writers.OPML Text.Pandoc.Writers.HTML
    Text.Pandoc.Writers.ICML Text.Pandoc.Writers.LaTeX
    Text.Pandoc.Writers.ConTeXt Text.Pandoc.Writers.OpenDocument
    Text.Pandoc.Writers.Texinfo Text.Pandoc.Writers.Man
    Text.Pandoc.Writers.Markdown Text.Pandoc.Writers.CommonMark
    Text.Pandoc.Writers.Haddock Text.Pandoc.Writers.RST
    Text.Pandoc.Writers.Org Text.Pandoc.Writers.AsciiDoc
    Text.Pandoc.Writers.Custom Text.Pandoc.Writers.Textile
    Text.Pandoc.Writers.MediaWiki Text.Pandoc.Writers.DokuWiki
    Text.Pandoc.Writers.RTF Text.Pandoc.Writers.ODT
    Text.Pandoc.Writers.Docx Text.Pandoc.Writers.EPUB
    Text.Pandoc.Writers.FB2 Text.Pandoc.PDF Text.Pandoc.UTF8
    Text.Pandoc.Templates Text.Pandoc.XML Text.Pandoc.SelfContained
    Text.Pandoc.Process Text.Pandoc.CSS
hidden-modules: Text.Pandoc.Readers.Docx.Lists
                Text.Pandoc.Readers.Docx.Reducible Text.Pandoc.Readers.Docx.Parse
                Text.Pandoc.Readers.Docx.Fonts Text.Pandoc.Readers.Docx.Util
                Text.Pandoc.Readers.Docx.StyleMap Text.Pandoc.Readers.Odt.Base
                Text.Pandoc.Readers.Odt.Namespaces
                Text.Pandoc.Readers.Odt.StyleReader
                Text.Pandoc.Readers.Odt.ContentReader
                Text.Pandoc.Readers.Odt.Generic.Fallible
                Text.Pandoc.Readers.Odt.Generic.SetMap
                Text.Pandoc.Readers.Odt.Generic.Utils
                Text.Pandoc.Readers.Odt.Generic.Namespaces
                Text.Pandoc.Readers.Odt.Generic.XMLConverter
                Text.Pandoc.Readers.Odt.Arrows.State
                Text.Pandoc.Readers.Odt.Arrows.Utils Text.Pandoc.Writers.Shared
                Text.Pandoc.Asciify Text.Pandoc.MIME Text.Pandoc.Emoji
                Text.Pandoc.Parsing Text.Pandoc.UUID Text.Pandoc.ImageSize
                Text.Pandoc.Slides Text.Pandoc.Highlighting Text.Pandoc.Compat.Time
                Text.Pandoc.Compat.Except Text.Pandoc.Compat.TagSoupEntity
                Text.Pandoc.Compat.Directory Text.Pandoc.Compat.Monoid Paths_pandoc
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pandoc-1.16.0.2-BVSUbX6OMdyLYylXxpAJEd
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pandoc-1.16.0.2-BVSUbX6OMdyLYylXxpAJEd
data-dir: /usr/share/pandoc
hs-libraries: HSpandoc-1.16.0.2-BVSUbX6OMdyLYylXxpAJEd
depends:
    HTTP-4000.2.23-14eaed5b665c053d0daa9178b842d103
    JuicyPixels-3.2.6.4-6a8e381c11584d65e2af3bf15844dc6a
    SHA-1.6.4.2-77809b6ff18053a556c8f0a1e4b17672
    aeson-0.10.0.0-f3d60d2c12f1489f847c9de86a996f7e
    array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    base64-bytestring-1.0.0.1-a812cf51b64c2ab462388f62a2059d09
    binary-0.7.5.0-bf6a937522bb8cec5d00218470f28789
    blaze-html-0.8.1.1-d2f0dd95041beab9a2d3b8b68a788fbe
    blaze-markup-0.7.0.3-25645d30388fde79f290625707d81398
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    cmark-0.5.1-ec5f1497620f9b65b2ebc3cc1cc8c988
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    data-default-0.5.3-e05c44e7d434cba27ce2615e5a92622d
    deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
    directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
    extensible-exceptions-0.1.1.4-8159918b63d70675389129eaecbf720a
    filemanip-0.3.6.3-aca98033bba2b8264648bdadd422544c
    filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
    ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
    haddock-library-1.2.1-3c85277cc3be5dbfd0a1d417104ebeba
    highlighting-kate-0.6.1-6263df003b7932394e3347b43028819a
    hslua-0.4.1-faa312c43a25ddd4eed03bbbb6b07c67
    http-client-0.4.26.2-4f61db0d5737facec32b74aecf3c4b19
    http-client-tls-0.2.2-51d3a4b0e3e1d3843663c6cdb9941b2d
    http-types-0.9-9f0f86cb8ea32e3a00523d91b06bf840
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    network-2.6.2.1-25f4f3b167c1b84622324351cf72302e
    network-uri-2.6.0.3-498487433ab76db2bf1078a5ce1815a8
    old-time-1.1.0.3-4494378134a1c0eadea2f9ea5411834e
    pandoc-types-1.16.1-f7948d8852d86389e32154aa0bd6c85f
    parsec-3.1.9-c97a6d9077152efda935fd305a6ba92b
    process-1.2.3.0-a22328103774f0499a990653944cbf99
    random-1.1-c46cc413d88c0a330b5495d03f0ed464
    scientific-0.3.4.4-ad7a1961c108e1f16b5a5fcaa26862eb
    syb-0.6-d154b8ffa473f7cfcfc32ca4d99f62f7
    tagsoup-0.13.6-346bcd99276bf330b4b2f83f46d25679
    temporary-1.2.0.3-f2b1ab20f18305a213c3e108721a8ac6
    texmath-0.8.4.1-f2d8d824c57345a70277907545f1c288
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181
    unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
    vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
    xml-1.3.14-a73a3480c7e207c7cc716aeb6111947b
    yaml-0.8.15.2-a4eb8a9e3bce642c98ffc9a5e0b2e8dc
    zip-archive-0.2.3.7-90c5bdeaa730f186db2ae04121bc64e2
    zlib-0.6.1.1-15b43d31c29ab042806f5856753cf1a1
haddock-interfaces: /usr/lib/ghc-doc/haddock/pandoc-1.16.0.2/pandoc.haddock
haddock-html: /usr/share/doc/libghc-pandoc-doc/html/