/var/lib/ghc/package.conf.d/aeson-0.10.0.0.conf is in libghc-aeson-dev 0.10.0.0-3.
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | name: aeson
version: 0.10.0.0
id: aeson-0.10.0.0-f3d60d2c12f1489f847c9de86a996f7e
key: aeson_9ApNY30W2d9CC6YJNe3r54
license: BSD3
copyright: (c) 2011-2015 Bryan O'Sullivan
(c) 2011 MailRank, Inc.
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability: experimental
homepage: https://github.com/bos/aeson
synopsis: Fast JSON parsing and encoding
description:
A JSON parsing and encoding library optimized for ease of use
and high performance.
.
To get started, see the documentation for the @Data.Aeson@ module
below.
.
Parsing performance on a late 2013 MacBook Pro (2.6GHz Core i7),
running 64-bit GHC 7.10.1, for mostly-English tweets from Twitter's
JSON search API:
.
* 6.4 KB payloads, English: 7570 msg\/sec (47.6 MB\/sec)
.
* 14.6 KB payloads, Japanese: 3261 msg\/sec (46.6 MB\/sec)
.
Encoding performance on the same machine and data:
.
* 6.4 KB payloads, English: 22738 msg\/sec (142.9 MB\/sec)
.
* 14.6 KB payloads, Japanese: 15911 msg\/sec (227.4 MB\/sec)
.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
category: Text, Web, JSON
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules:
Data.Aeson Data.Aeson.Encode Data.Aeson.Internal
Data.Aeson.Internal.Time Data.Aeson.Parser Data.Aeson.Types
Data.Aeson.TH
hidden-modules: Data.Aeson.Encode.Builder
Data.Aeson.Encode.Functions Data.Aeson.Functions
Data.Aeson.Parser.Internal Data.Aeson.Parser.Time
Data.Aeson.Types.Class Data.Aeson.Types.Generic
Data.Aeson.Types.Instances Data.Aeson.Types.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/aeson-0.10.0.0-9ApNY30W2d9CC6YJNe3r54
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/aeson-0.10.0.0-9ApNY30W2d9CC6YJNe3r54
data-dir: /usr/share/aeson
hs-libraries: HSaeson-0.10.0.0-9ApNY30W2d9CC6YJNe3r54
depends:
attoparsec-0.13.0.1-13ee8ea181051585e24bdc42fae36194
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
dlist-0.7.1.2-bf3794feb89809b6deff4b7ce04dd7fa
ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
hashable-1.2.3.3-ce7af8ca3ebd83133b0e846c245dc9e2
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
scientific-0.3.4.4-ad7a1961c108e1f16b5a5fcaa26862eb
syb-0.6-d154b8ffa473f7cfcfc32ca4d99f62f7
template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
haddock-interfaces: /usr/lib/ghc-doc/haddock/aeson-0.10.0.0/aeson.haddock
haddock-html: /usr/share/doc/libghc-aeson-doc/html/
|