/var/lib/ghc/package.conf.d/yaml-0.8.5.1.conf is in libghc-yaml-dev 0.8.5.1-2build2.
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 49 50 51 52 53 | name: yaml
version: 0.8.5.1
id: yaml-0.8.5.1-30661d2fc70a6a87a115be8fe5bd5226
license: BSD3
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: stable
homepage: http://github.com/snoyberg/yaml/
package-url:
synopsis: Support for parsing and rendering YAML documents.
description: Provides support for parsing and emitting Yaml documents.
.
This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov (<http://pyyaml.org/wiki/LibYAML>) in the package so you
don't need to worry about any non-Haskell dependencies.
.
The package is broken down into two modules.
"Data.Yaml" provides a high-level interface based
around the JSON datatypes provided by the @aeson@
package. "Text.Libyaml" provides a lower-level,
streaming interface. For most users, "Data.Yaml" is recommended.
category: Web
author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
exposed: True
exposed-modules: Text.Libyaml Data.Yaml
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/yaml-0.8.5.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/yaml-0.8.5.1/ghc-7.6.3
hs-libraries: HSyaml-0.8.5.1
extra-libraries: yaml
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.6.2.1-577558b1ce3cd5fea1a08a0ef665aee1
attoparsec-0.10.4.0-d9fd97cfc1a1748b3cde35adf7fd233b
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
conduit-1.0.13-42da682bd4bc70f4bc06699fdc9be195
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
resourcet-0.4.7.1-5fad03025bc752acdb7ecac59c673448
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
vector-0.10.0.1-1fbb548bc492f07fef7e604d2e6f581d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/yaml-0.8.5.1/yaml.haddock
haddock-html: /usr/share/doc/libghc-yaml-doc/html/
|