/var/lib/ghc/package.conf.d/harp-0.4.conf is in libghc-harp-dev 0.4-6.
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 | name: harp
version: 0.4
id: harp-0.4-d2445a86db13a97e3bb49504d2a62918
license: BSD3
copyright:
maintainer: Niklas Broberg <nibro@cs.chalmers.se>
stability: Experimental
homepage: http://www.cs.chalmers.se/~d00nibro/harp/
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/harp-0.4/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/harp-0.4/ghc-7.6.3
hs-libraries: HSharp-0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/harp-0.4/harp.haddock
haddock-html: /usr/share/doc/libghc-harp-doc/html/
|