/var/lib/ghc/package.conf.d/polyparse-1.12.conf is in libghc-polyparse-dev 1.12-3build2.
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 | name: polyparse
version: 1.12
id: polyparse-1.12-BapHIRM1V0RCWq9k34bBBB
key: polyparse-1.12-BapHIRM1V0RCWq9k34bBBB
license: LGPL
copyright: (c) 2006-2016 Malcolm Wallace
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
abi: 748c092d951f50f9d7c3d44718bda569
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/polyparse-1.12-BapHIRM1V0RCWq9k34bBBB
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/polyparse-1.12-BapHIRM1V0RCWq9k34bBBB
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/polyparse
hs-libraries: HSpolyparse-1.12-BapHIRM1V0RCWq9k34bBBB
depends:
base-4.9.1.0 bytestring-0.10.8.1
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
haddock-interfaces: /usr/lib/ghc-doc/haddock/polyparse-1.12/polyparse.haddock
haddock-html: /usr/share/doc/libghc-polyparse-doc/html/
|