/var/lib/ghc/package.conf.d/polyparse-1.11.conf is in libghc-polyparse-dev 1.11-4build1.
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 | name: polyparse
version: 1.11
id: polyparse-1.11-9f36f5473e0ff7e0bc4a41846284cdc6
key: polyp_GRsQpXwvEUxJXetVpxpw1R
license: LGPL
maintainer: author
homepage: http://code.haskell.org/~malcolm/polyparse/
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.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
Text.ParserCombinators.Poly.ByteString
Text.ParserCombinators.Poly.ByteStringChar Text.Parse.ByteString
Text.ParserCombinators.Poly.Text
Text.ParserCombinators.Poly.StateText
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/polyparse-1.11-GRsQpXwvEUxJXetVpxpw1R
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/polyparse-1.11-GRsQpXwvEUxJXetVpxpw1R
data-dir: /usr/share/polyparse
hs-libraries: HSpolyparse-1.11-GRsQpXwvEUxJXetVpxpw1R
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
haddock-interfaces: /usr/lib/ghc-doc/haddock/polyparse-1.11/polyparse.haddock
haddock-html: /usr/share/doc/libghc-polyparse-doc/html/
|