/var/lib/ghc/package.conf.d/aeson-pretty-0.7.2.conf is in libghc-aeson-pretty-dev 0.7.2-6build1.
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 | name: aeson-pretty
version: 0.7.2
id: aeson-pretty-0.7.2-f8ee60243adff3df8e4e1886c2c7d218
key: aeson_Cns3A0yDufc9faaI2GpBZq
license: BSD3
copyright: Copyright 2011 Falko Peters
maintainer: Falko Peters <falko.peters@gmail.com>
stability: experimental
homepage: http://github.com/informatikr/aeson-pretty
synopsis: JSON pretty-printing library and command-line tool.
description:
A JSON pretty-printing library compatible with aeson as well as
a command-line tool to improve readabilty of streams of JSON data.
.
The /library/ provides the function "encodePretty". It is a drop-in
replacement for aeson's "encode" function, producing JSON-ByteStrings for
human readers.
.
The /command-line tool/ reads JSON from stdin and writes prettified JSON
to stdout. It also offers a complementary "compact"-mode, essentially the
opposite of pretty-printing. If you specify @-flib-only@ like this
.
> cabal install -flib-only aeson-pretty
.
the command-line tool will NOT be installed.
category: Text, Web, JSON, Pretty Printer
author: Falko Peters <falko.peters@gmail.com>
exposed: True
exposed-modules:
Data.Aeson.Encode.Pretty
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/aeson-pretty-0.7.2-Cns3A0yDufc9faaI2GpBZq
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/aeson-pretty-0.7.2-Cns3A0yDufc9faaI2GpBZq
data-dir: /usr/share/aeson-pretty
hs-libraries: HSaeson-pretty-0.7.2-Cns3A0yDufc9faaI2GpBZq
depends:
aeson-0.10.0.0-f3d60d2c12f1489f847c9de86a996f7e
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
haddock-interfaces: /usr/lib/ghc-doc/haddock/aeson-pretty-0.7.2/aeson-pretty.haddock
haddock-html: /usr/share/doc/libghc-aeson-pretty-doc/html/
|