/var/lib/ghc/package.conf.d/polyparse-1.7.conf is in libghc-polyparse-dev 1.7-3build1.
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 | name: polyparse
version: 1.7
id: polyparse-1.7-5486b1c4382d136514b641806cf4d06c
license: LGPL
copyright:
maintainer: author
stability:
homepage: http://code.haskell.org/~malcolm/polyparse/
package-url:
synopsis: A variety of alternative parser combinator libraries.
description: A variety of alternative parser combinator libraries, including
the original HuttonMeijer set. The Poly sets have features like
good error reporting, arbitrary token type, running state, lazy
parsing, and so on. Finally, Text.Parse is a proposed
replacement for the standard Read class, for better
deserialisation of Haskell values from Strings.
category: Text, Parsing
author: Malcolm Wallace <Malcolm.Wallace@me.com>
exposed: True
exposed-modules: Text.ParserCombinators.Poly.ByteString
Text.Parse.ByteString Text.ParserCombinators.Poly.Text
Text.ParserCombinators.Poly.StateText
Text.ParserCombinators.HuttonMeijer
Text.ParserCombinators.HuttonMeijerWallace
Text.ParserCombinators.Poly Text.ParserCombinators.Poly.Base
Text.ParserCombinators.Poly.Result
Text.ParserCombinators.Poly.Parser
Text.ParserCombinators.Poly.Plain Text.ParserCombinators.Poly.Lazy
Text.ParserCombinators.Poly.StateParser
Text.ParserCombinators.Poly.State
Text.ParserCombinators.Poly.StateLazy
Text.ParserCombinators.Poly.Lex Text.Parse
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/polyparse-1.7/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/polyparse-1.7/ghc-7.6.3
hs-libraries: HSpolyparse-1.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/polyparse-1.7/polyparse.haddock
haddock-html: /usr/share/doc/libghc-polyparse-doc/html/
|