/var/lib/ghc/package.conf.d/incremental-parser-0.2.4.1.conf is in libghc-incremental-parser-dev 0.2.4.1-1build1.
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 | name: incremental-parser
version: 0.2.4.1
id: incremental-parser-0.2.4.1-753d1ec8b3a62a69eebecc16ba1377ed
key: incre_GEqeNFZvvku9ebvAdtxnO9
license: GPL
copyright: (c) 2011-2015 Mario Blazevic
maintainer: blamario@yahoo.com
homepage: https://github.com/blamario/incremental-parser
synopsis: Generic parser library capable of providing partial results from partial input.
description:
This package defines yet another parser combinator library. This one is implemented using the concept of Brzozowski
derivatives, tweaked and optimized to work with any monoidal input type. Lists, ByteString, and Text are supported out
of the box, as well as any other data type for which the monoid-subclasses package defines instances. If the parser
result is also a monoid, its chunks can be extracted incrementally, before the complete input is parsed.
category: Parsing
author: Mario Blazevic
exposed: True
exposed-modules:
Text.ParserCombinators.Incremental
Text.ParserCombinators.Incremental.LeftBiasedLocal
Text.ParserCombinators.Incremental.Symmetric
Control.Applicative.Monoid
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/incremental-parser-0.2.4.1-GEqeNFZvvku9ebvAdtxnO9
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/incremental-parser-0.2.4.1-GEqeNFZvvku9ebvAdtxnO9
data-dir: /usr/share/incremental-parser
hs-libraries: HSincremental-parser-0.2.4.1-GEqeNFZvvku9ebvAdtxnO9
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
monoid-subclasses-0.4.1.2-5dd268f4747d4373f7ecfb1d1d03486d
haddock-interfaces: /usr/lib/ghc-doc/haddock/incremental-parser-0.2.4.1/incremental-parser.haddock
haddock-html: /usr/share/doc/libghc-incremental-parser-doc/html/
|