/var/lib/ghc/package.conf.d/pipes-parse-3.0.7.conf is in libghc-pipes-parse-dev 3.0.7-3.
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 | name: pipes-parse
version: 3.0.7
id: pipes-parse-3.0.7-2vWHKrfSUJQFp2pwvPlQbg
key: pipes-parse-3.0.7-2vWHKrfSUJQFp2pwvPlQbg
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: 945869938f30664af0ad64d641859bb0
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/pipes-parse-3.0.7-2vWHKrfSUJQFp2pwvPlQbg
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/pipes-parse-3.0.7-2vWHKrfSUJQFp2pwvPlQbg
data-dir: /usr/share/pipes-parse
hs-libraries: HSpipes-parse-3.0.7-2vWHKrfSUJQFp2pwvPlQbg
depends:
base-4.9.0.0 pipes-4.1.9-IBz8qEyNWHkAN1GprkhG9K
transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-parse-3.0.7/pipes-parse.haddock
haddock-html: /usr/share/doc/libghc-pipes-parse-doc/html/
|