/var/lib/ghc/package.conf.d/hedis-0.9.4.conf is in libghc-hedis-dev 0.9.4-2+b1.
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: hedis
version: 0.9.4
id: hedis-0.9.4-EkoE6QCKKty3G0HM7M3dCf
key: hedis-0.9.4-EkoE6QCKKty3G0HM7M3dCf
license: BSD3
copyright: Copyright (c) 2011 Falko Peters
maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
homepage: https://github.com/informatikr/hedis
synopsis: Client library for the Redis datastore: supports full command set,
pipelining.
description:
Redis is an open source, advanced key-value store. It is often referred to
as a data structure server since keys can contain strings, hashes, lists,
sets and sorted sets. This library is a Haskell client for the Redis
datastore. Compared to other Haskell client libraries it has some
advantages:
.
[Complete Redis 2.6 command set:] All Redis commands
(<http://redis.io/commands>) are available as haskell functions, except
for the MONITOR and SYNC commands. Additionally, a low-level API is
exposed that makes it easy for the library user to implement further
commands, such as new commands from an experimental Redis version.
.
[Automatic Optimal Pipelining:] Commands are pipelined
(<http://redis.io/topics/pipelining>) as much as possible without any
work by the user. See
<http://informatikr.com/2012/redis-pipelining.html> for a
technical explanation of automatic optimal pipelining.
.
[Enforced Pub\/Sub semantics:] When subscribed to the Redis Pub\/Sub server
(<http://redis.io/topics/pubsub>), clients are not allowed to issue
commands other than subscribing to or unsubscribing from channels. This
library uses the type system to enforce the correct behavior.
.
[Connect via TCP or Unix Domain Socket:] TCP sockets are the default way to
connect to a Redis server. For connections to a server on the same
machine, Unix domain sockets offer higher performance than the standard
TCP connection.
.
For detailed documentation, see the "Database.Redis" module.
.
category: Database
author: Falko Peters <falko.peters@gmail.com>
exposed: True
exposed-modules:
Database.Redis
hidden-modules: Database.Redis.Core
Database.Redis.ProtocolPipelining Database.Redis.Protocol
Database.Redis.PubSub Database.Redis.Transactions
Database.Redis.Types Database.Redis.Commands
Database.Redis.ManualCommands
abi: 29508f21994055676ce2789de8f62a2a
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/hedis-0.9.4-EkoE6QCKKty3G0HM7M3dCf
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/hedis-0.9.4-EkoE6QCKKty3G0HM7M3dCf
data-dir: /usr/share/hedis
hs-libraries: HShedis-0.9.4-EkoE6QCKKty3G0HM7M3dCf
depends:
async-2.1.0-J6Pl8k3L4PKGEpjYdgwiIf base-4.9.0.0 bytestring-0.10.8.1
bytestring-lexing-0.5.0.2-9iP7CJrh0FUFz9jrfmO73B deepseq-1.4.2.0
mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
network-2.6.3.1-G4Up1CPKbp7DeFsnywOnGG
resource-pool-0.2.3.2-6miRr0fD4u0Kuc64q25QIf
scanner-0.2-G7a8rzbfimpIK2ZvMlB3gK
stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s time-1.6.0.1
unordered-containers-0.2.7.1-Eo9jd5DMz45DhBLCG8skzW
vector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6
haddock-interfaces: /usr/lib/ghc-doc/haddock/hedis-0.9.4/hedis.haddock
haddock-html: /usr/share/doc/libghc-hedis-doc/html/
|