/var/lib/ghc/package.conf.d/pipes-parse-3.0.2.conf is in libghc-pipes-parse-dev 3.0.2-1+b2.
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 47 48 | name: pipes-parse
version: 3.0.2
id: pipes-parse-3.0.2-bb15f2cd5644179ae909f70f841b9c22
license: BSD3
copyright: 2013, 2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
stability:
homepage:
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-parse-3.0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-parse-3.0.2/ghc-7.6.3
hs-libraries: HSpipes-parse-3.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
pipes-4.1.2-ba6548cfb2840fde821927a306ec6192
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-parse-3.0.2/pipes-parse.haddock
haddock-html: /usr/share/doc/libghc-pipes-parse-doc/html/
|