/var/lib/ghc/package.conf.d/hsyslog-5.0.1.conf is in libghc-hsyslog-dev 5.0.1-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 | name: hsyslog
version: 5.0.1
id: hsyslog-5.0.1-LTNaZ9tlet5J4kQ1BXverf
key: hsyslog-5.0.1-LTNaZ9tlet5J4kQ1BXverf
license: BSD3
copyright: Copyright (c) 2004-2017 by Peter Simons
maintainer: Peter Simons <simons@cryp.to>
homepage: http://github.com/peti/hsyslog
synopsis: FFI interface to syslog(3) from POSIX.1-2001
description:
A Haskell interface to @syslog(3)@ as specified in
<http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html POSIX.1-2008>.
The entire public API lives in "System.Posix.Syslog". There is a set of exposed
modules available underneath that one, which contain various implementation details
that may be useful to other developers who want to implement syslog-related
functionality. /Users/ of @syslog@, however, do not need them.
.
An example program that demonstrates how to use this library is available in the
<https://github.com/peti/hsyslog/blob/master/example/Main.hs examples> directory of
this package.
category: Foreign
author: Peter Simons, John Lato, Jonathan Childress
exposed: True
exposed-modules:
System.Posix.Syslog System.Posix.Syslog.Facility
System.Posix.Syslog.Functions System.Posix.Syslog.LogMask
System.Posix.Syslog.Options System.Posix.Syslog.Priority
abi: 60a891f3ac9ca6de74699195e800f8eb
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/hsyslog-5.0.1-LTNaZ9tlet5J4kQ1BXverf
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/hsyslog-5.0.1-LTNaZ9tlet5J4kQ1BXverf
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/hsyslog
hs-libraries: HShsyslog-5.0.1-LTNaZ9tlet5J4kQ1BXverf
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/hsyslog-5.0.1/hsyslog.haddock
haddock-html: /usr/share/doc/libghc-hsyslog-doc/html/
|