/var/lib/ghc/package.conf.d/harp-0.4.1.conf is in libghc-harp-dev 0.4.1-2.
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: harp
version: 0.4.1
id: harp-0.4.1-a133bf295617df29674f608b4c5606e6
key: harp_ERXdJ8jhrnnHSGkVC4mEK7
license: BSD3
maintainer: David Fox <dsf@seereason.com>
stability: Experimental
homepage: https://github.com/seereason/harp
synopsis: HaRP allows pattern-matching with regular expressions
description:
HaRP, or Haskell Regular Patterns, is a Haskell extension
that extends the normal pattern matching facility with
the power of regular expressions. This expressive power
is highly useful in a wide range of areas, including text parsing
and XML processing. Regular expression patterns in HaRP work over
ordinary Haskell lists ([]) of arbitrary type. We have implemented
HaRP as a pre-processor to ordinary Haskell.
.
For details on usage, please see the website.
category: Language
author: Niklas Broberg
exposed: True
exposed-modules:
Harp.Match
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/harp-0.4.1-ERXdJ8jhrnnHSGkVC4mEK7
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/harp-0.4.1-ERXdJ8jhrnnHSGkVC4mEK7
data-dir: /usr/share/harp
hs-libraries: HSharp-0.4.1-ERXdJ8jhrnnHSGkVC4mEK7
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/harp-0.4.1/harp.haddock
haddock-html: /usr/share/doc/libghc-harp-doc/html/
|