This file is indexed.

/var/lib/ghc/package.conf.d/pandoc-1.12.4.2.conf is in libghc-pandoc-dev 1.12.4.2~dfsg-1+b14.

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
name: pandoc
version: 1.12.4.2
id: pandoc-1.12.4.2-5390ba02cd10b1ec20eac8285a26f974

license: GPL
copyright: (c) 2006-2014 John MacFarlane
maintainer: John MacFarlane <jgm@berkeley.edu>
stability: alpha
homepage: http://johnmacfarlane.net/pandoc
package-url:
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 markdown and (subsets of) HTML,
             reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock
             markup, OPML, Emacs Org-Mode, and Textile, and it can write
             markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OPML,
             OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile,
             groff man pages, plain text, Emacs Org-Mode, AsciiDoc,
             EPUB (v2 and v3), FictionBook2, InDesign ICML, and several kinds
             of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides,
             reveal.js).
             .
             Pandoc extends standard markdown syntax with footnotes,
             embedded LaTeX, definition lists, tables, and other
             features. A compatibility mode is provided for those
             who need a drop-in replacement for Markdown.pl.
             .
             In contrast to existing tools for converting markdown
             to HTML, which use regex substitutions, 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.Readers.HTML
                 Text.Pandoc.Readers.LaTeX Text.Pandoc.Readers.Markdown
                 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.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.RST Text.Pandoc.Writers.Org
                 Text.Pandoc.Writers.AsciiDoc Text.Pandoc.Writers.Custom
                 Text.Pandoc.Writers.Textile Text.Pandoc.Writers.MediaWiki
                 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
hidden-modules: Text.Pandoc.Readers.Haddock.Lex
                Text.Pandoc.Readers.Haddock.Parse Text.Pandoc.Writers.Shared
                Text.Pandoc.Asciify Text.Pandoc.MIME Text.Pandoc.Parsing
                Text.Pandoc.UUID Text.Pandoc.ImageSize Text.Pandoc.Slides
                Text.Pandoc.Highlighting Text.Pandoc.Compat.Monoid
                Text.Pandoc.Compat.TagSoupEntity Paths_pandoc
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/pandoc-1.12.4.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pandoc-1.12.4.2/ghc-7.6.3
hs-libraries: HSpandoc-1.12.4.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HTTP-4000.2.17-af9979090cc765658811c8f2d79bcc22
         aeson-0.7.0.3-b2104430b98076204addb28d44d77c72
         array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         attoparsec-0.10.4.0-d9fd97cfc1a1748b3cde35adf7fd233b
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         base64-bytestring-1.0.0.1-d8518e3d0a93ad469732bf212a97fcd8
         binary-0.7.2.1-29f1965b1c0074366fcff56fb1fe11ce
         blaze-html-0.7.0.2-b36b781af8b0a695bedd8fac8bbaf2eb
         blaze-markup-0.6.1.0-84a64e5c04b9071868f8c6a9627d0f33
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         data-default-0.5.3-690cbd65b712475fa704cfcf6dff3163
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         extensible-exceptions-0.1.1.4-255a395b3b026cb94b23754e1c372785
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         highlighting-kate-0.5.8.5-795de777c89fb6bf4cb8c5ab57bbc517
         hslua-0.3.8-98723d9be2e216a56c73d0beca1e4ef4
         http-conduit-2.1.2.3-12ff096ed14dac012060e487e318cb7b
         http-types-0.8.5-91997558d5598cf7e4d38a07540c2553
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
         old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91
         pandoc-types-1.12.4.1-2e0e8bd81a5a3328ba8ded96d524983b
         parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
         process-1.1.0.2-76e05340eb66705981411022731ca84a
         random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
         scientific-0.2.0.2-3e3f1a2572e19a152f55928cb449a437
         syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8
         tagsoup-0.13.1-a0fafa8b5722999d1db948b866ba79c6
         temporary-1.2.0.3-1601a222cc6dc379f81850bf84d768f5
         texmath-0.6.6.1-8b5d84ff3a6b31013b109bdcd1b24222
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
         unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
         vector-0.10.0.1-1fbb548bc492f07fef7e604d2e6f581d
         xml-1.3.13-88316a3aedcb192026a5065eac016ac8
         yaml-0.8.9.1-a3c23cfeef7fabfb82c8a27e7f3d2557
         zip-archive-0.2.3.4-c80fa4ac67aeb3e2e0453fff4c49a9d4
         zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/pandoc-1.12.4.2/pandoc.haddock
haddock-html: /usr/share/doc/libghc-pandoc-doc/html/