/var/lib/ghc/package.conf.d/haskell-src-1.0.1.6.conf is in libghc-haskell-src-dev 1.0.1.6-1.
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 | name: haskell-src
version: 1.0.1.6
id: haskell-src-1.0.1.6-436398e33bad750d388c2358d2ca7157
license: BSD3
copyright:
maintainer: Conrad Parker <conrad@metadecks.org>
stability:
homepage:
package-url:
synopsis: Support for manipulating Haskell source code
description: The 'haskell-src' package provides support for manipulating Haskell
source code. The package provides a lexer, parser and
pretty-printer, and a definition of a Haskell abstract syntax tree
(AST). Common uses of this package are to parse or generate Haskell
98 code.
category: Language
author: Simon Marlow, Sven Panne and Noel Winstanley
exposed: True
exposed-modules: Language.Haskell.Lexer Language.Haskell.Parser
Language.Haskell.ParseMonad Language.Haskell.Pretty
Language.Haskell.Syntax Language.Haskell.ParseUtils
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/haskell-src-1.0.1.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/haskell-src-1.0.1.6/ghc-7.6.3
hs-libraries: HShaskell-src-1.0.1.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396
syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/haskell-src-1.0.1.6/haskell-src.haddock
haddock-html: /usr/share/doc/libghc-haskell-src-doc/html/
|