/var/lib/ghc/package.conf.d/pandoc-1.12.2.1.conf is in libghc-pandoc-dev 1.12.2.1-1build2.
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 | name: pandoc
version: 1.12.2.1
id: pandoc-1.12.2.1-7aa0c591b3dfbf9a7502891863ad469c
license: GPL
copyright: (c) 2006-2013 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, 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, 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.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.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.2.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pandoc-1.12.2.1/ghc-7.6.3
hs-libraries: HSpandoc-1.12.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HTTP-4000.2.8-b031f20ea7063bd37594ec79ccfb306f
aeson-0.6.2.1-577558b1ce3cd5fea1a08a0ef665aee1
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
blaze-html-0.6.1.2-a198dd5301113f2efb92692a58f025f2
blaze-markup-0.5.1.6-bae8355a6c5ec5580808b59dd47b41e0
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
data-default-0.5.1-3dcf8b1e18d6ff182bcfe57129991c1d
directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
extensible-exceptions-0.1.1.4-255a395b3b026cb94b23754e1c372785
filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
highlighting-kate-0.5.5.1-5af3e8c509ff1fd14fd3281bd2baff54
hslua-0.3.8-98723d9be2e216a56c73d0beca1e4ef4
http-conduit-1.9.5.2-61b2ce5a0bf88cdd3c037f6c94b1b964
http-types-0.8.3-4e8ed7829485891242832a23f2e5f1b8
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91
pandoc-types-1.12.3-12449f5c8f46c77f380d7a23c7cfaac1
parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
process-1.1.0.2-76e05340eb66705981411022731ca84a
random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8
tagsoup-0.13-d5ea5e431f1ed323ac81537c86caeb46
temporary-1.1.2.4-09a72fabf17977af65a50c10a51b6b12
texmath-0.6.5.2-546554d7808dfcfc80c0885b32bed46c
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
vector-0.10.0.1-1fbb548bc492f07fef7e604d2e6f581d
xml-1.3.12-2c5e1c6121129e6066aca28d897d0d9d
yaml-0.8.5.1-30661d2fc70a6a87a115be8fe5bd5226
zip-archive-0.1.3.4-0faa0370683520e0fdb1577876efc9a8
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.2.1/pandoc.haddock
haddock-html: /usr/share/doc/libghc-pandoc-doc/html/
|