/var/lib/ghc/package.conf.d/simple-reflect-0.3.2.conf is in libghc-simple-reflect-dev 0.3.2-7.
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 | name: simple-reflect
version: 0.3.2
id: simple-reflect-0.3.2-CY2qDP5mNjPI2Pj2H4Ygu0
key: simple-reflect-0.3.2-CY2qDP5mNjPI2Pj2H4Ygu0
license: BSD3
maintainer: twanvl@gmail.com
homepage: http://twanvl.nl/blog/haskell/simple-reflection-of-expressions
synopsis: Simple reflection of expressions containing variables
description:
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
The primary aim of this package is teaching and understanding;
there are no options for manipulating the reflected expressions beyond showing them.
category: Debug
author: Twan van Laarhoven
exposed: True
exposed-modules:
Debug.SimpleReflect Debug.SimpleReflect.Expr
Debug.SimpleReflect.Vars
abi: 52b02a9f9369ba6b4c363419b6cbb532
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/simple-reflect-0.3.2-CY2qDP5mNjPI2Pj2H4Ygu0
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/simple-reflect-0.3.2-CY2qDP5mNjPI2Pj2H4Ygu0
data-dir: /usr/share/simple-reflect
hs-libraries: HSsimple-reflect-0.3.2-CY2qDP5mNjPI2Pj2H4Ygu0
depends:
base-4.9.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/simple-reflect-0.3.2/simple-reflect.haddock
haddock-html: /usr/share/doc/libghc-simple-reflect-doc/html/
|