/var/lib/ghc/package.conf.d/incremental-parser-0.2.5.2.conf is in libghc-incremental-parser-dev 0.2.5.2-1.
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 | name: incremental-parser
version: 0.2.5.2
id: incremental-parser-0.2.5.2-6nloZMjmKpi0k8bjKERW
key: incremental-parser-0.2.5.2-6nloZMjmKpi0k8bjKERW
license: GPL
copyright: (c) 2011-2017 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
abi: 72bab7583fe83f3b51e56621e9415359
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/incremental-parser-0.2.5.2-6nloZMjmKpi0k8bjKERW
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/incremental-parser-0.2.5.2-6nloZMjmKpi0k8bjKERW
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/incremental-parser
hs-libraries: HSincremental-parser-0.2.5.2-6nloZMjmKpi0k8bjKERW
depends:
base-4.9.1.0 monoid-subclasses-0.4.4-K7WYEcq8kHNHZoKtnk2K6t
haddock-interfaces: /usr/lib/ghc-doc/haddock/incremental-parser-0.2.5.2/incremental-parser.haddock
haddock-html: /usr/share/doc/libghc-incremental-parser-doc/html/
|