/var/lib/ghc/package.conf.d/reflection-2.1.2.conf is in libghc-reflection-dev 2.1.2-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 | name: reflection
version: 2.1.2
id: reflection-2.1.2-E3lqZ18SDTfFGWBoi2c7kX
key: reflection-2.1.2-E3lqZ18SDTfFGWBoi2c7kX
license: BSD3
copyright: 2009-2013 Edward A. Kmett,
2012 Elliott Hird,
2004 Oleg Kiselyov and Chung-chieh Shan
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/reflection
synopsis: Reifies arbitrary terms into types that can be reflected back into terms
description:
This package addresses the /configuration problem/ which is
propagating configurations that are available at run-time, allowing
multiple configurations to coexist without resorting to mutable
global variables or 'System.IO.Unsafe.unsafePerformIO'.
.
That package is an implementation of the ideas presented in the
paper \"Functional Pearl: Implicit Configurations\" by Oleg Kiselyov
and Chung-chieh Shan (<http://okmij.org/ftp/Haskell/tr-15-04.pdf original paper>).
However, the API has been streamlined to improve performance.
.
Austin Seipp's tutorial <https://www.fpcomplete.com/user/thoughtpolice/using-reflection Reflecting values to types and back> provides a summary of the
approach taken by this library, along with more motivating examples.
category: Data, Reflection, Dependent Types
author: Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan
exposed: True
exposed-modules:
Data.Reflection
abi: 3e5042fbcc1af748b3b90b99a6281cae
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/reflection-2.1.2-E3lqZ18SDTfFGWBoi2c7kX
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/reflection-2.1.2-E3lqZ18SDTfFGWBoi2c7kX
data-dir: /usr/share/reflection
hs-libraries: HSreflection-2.1.2-E3lqZ18SDTfFGWBoi2c7kX
depends:
base-4.9.0.0 template-haskell-2.11.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/reflection-2.1.2/reflection.haddock
haddock-html: /usr/share/doc/libghc-reflection-doc/html/
|