/var/lib/ghc/package.conf.d/pipes-parse-3.0.8.conf is in libghc-pipes-parse-dev 3.0.8-1build4.
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 | name: pipes-parse
version: 3.0.8
id: pipes-parse-3.0.8-FKGqguLHkgFGlb6U9Rc4B3
key: pipes-parse-3.0.8-FKGqguLHkgFGlb6U9Rc4B3
license: BSD3
copyright: 2013, 2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
synopsis: Parsing infrastructure for the pipes ecosystem
description:
@pipes-parse@ builds upon the @pipes@ library to provide shared
parsing idioms and utilities:
.
* /Leftovers/: Save unused input for later consumption
.
* /Leftover propagation/: Leftovers are propagated backwards perfectly
.
* /Connect and Resume/: Use @StateT@ to save unused input for later
.
* /Termination Safety/: Detect and recover from end of input
.
@Pipes.Parse@ contains the full documentation for this library.
.
Read @Pipes.Parse.Tutorial@ for an extensive tutorial.
category: Control, Pipes, Parsing
author: Gabriel Gonzalez
exposed: True
exposed-modules:
Pipes.Parse Pipes.Parse.Tutorial
abi: 34d96da5b82478c122f76f67b528b696
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-parse-3.0.8-FKGqguLHkgFGlb6U9Rc4B3
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-parse-3.0.8-FKGqguLHkgFGlb6U9Rc4B3
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/pipes-parse
hs-libraries: HSpipes-parse-3.0.8-FKGqguLHkgFGlb6U9Rc4B3
depends:
base-4.9.1.0 pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-parse-3.0.8/pipes-parse.haddock
haddock-html: /usr/share/doc/libghc-pipes-parse-doc/html/
|