/var/lib/ghc/package.conf.d/ConfigFile-1.1.4.conf is in libghc-configfile-dev 1.1.4-4+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 | name: ConfigFile
version: 1.1.4
id: ConfigFile-1.1.4-ByOFLsXSetdRnWDPflu7j
key: ConfigFile-1.1.4-ByOFLsXSetdRnWDPflu7j
license: BSD3
copyright: Copyright (c) 2004-2014 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/configfile
synopsis: Configuration file reading & writing
description:
Parser and writer for handling sectioned config files in
Haskell.
.
The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer
to work with, yet remains powerful and flexible. It is inspired by,
and compatible with, Python's ConfigParser module. It uses files
that resemble Windows .INI-style files, but with numerous
improvements.
.
ConfigFile provides simple calls to both read and write config files.
It's possible to make a config file parsable by this module,
the Unix shell, and make.
category: Parsing
author: John Goerzen
exposed: True
exposed-modules:
Data.ConfigFile Data.ConfigFile.Types Data.ConfigFile.Parser
Data.ConfigFile.Monadic
hidden-modules: Data.ConfigFile.Lexer
abi: 00f8196638ca159e6f33ae5b04a0648f
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/ConfigFile-1.1.4-ByOFLsXSetdRnWDPflu7j
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/ConfigFile-1.1.4-ByOFLsXSetdRnWDPflu7j
data-dir: /usr/share/configfile
hs-libraries: HSConfigFile-1.1.4-ByOFLsXSetdRnWDPflu7j
depends:
MissingH-1.4.0.1-EKn7kuoDq1aaX1Pfc3iyM base-4.9.0.0
containers-0.5.7.1 mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
parsec-3.1.11-BCos4GEVCuDB8dnOCBHO6X
haddock-interfaces: /usr/lib/ghc-doc/haddock/configfile-1.1.4/ConfigFile.haddock
haddock-html: /usr/share/doc/libghc-configfile-doc/html/
|