/var/lib/ghc/package.conf.d/hint-0.4.2.3.conf is in libghc-hint-dev 0.4.2.3-3build2.
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 | name: hint
version: 0.4.2.3
id: hint-0.4.2.3-cdcb137d0fa1b07a79d77814f49c24ba
key: hint_7iGOH91pqe49yKd2BjCuz6
license: BSD3
maintainer: jcpetruzza@gmail.com
homepage: http://hub.darcs.net/jcpetruzza/hint
synopsis: Runtime Haskell interpreter (GHC API wrapper)
description:
This library defines an @Interpreter@ monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is
thread-safe and type-safe (even the coercion of expressions to
values).
It is, essentially, a huge subset of the GHC API wrapped in a simpler
API.
category: Language, Compilers/Interpreters
author: Daniel Gorin
exposed: True
exposed-modules:
Language.Haskell.Interpreter Language.Haskell.Interpreter.Extension
Language.Haskell.Interpreter.Unsafe
Language.Haskell.Interpreter.GHC
Language.Haskell.Interpreter.GHC.Unsafe
hidden-modules: Hint.GHC Hint.Base Hint.InterpreterT Hint.Compat
Hint.CompatPlatform Hint.Configuration Hint.Extension Hint.Context
Hint.Conversions Hint.Eval Hint.Parsers Hint.Reflection
Hint.Typecheck Hint.Sandbox Hint.SignalHandlers Hint.Util
Hint.Annotations
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hint-0.4.2.3-7iGOH91pqe49yKd2BjCuz6
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hint-0.4.2.3-7iGOH91pqe49yKd2BjCuz6
data-dir: /usr/share/hint
hs-libraries: HShint-0.4.2.3-7iGOH91pqe49yKd2BjCuz6
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
exceptions-0.8.0.2-36aed52be619b9728d2571e1d453a5a5
extensible-exceptions-0.1.1.4-8159918b63d70675389129eaecbf720a
filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
ghc-7.10.3-624693c6aa854116c707bc7b4d0d7cb6
ghc-mtl-1.2.1.0-1f96c3ecf60911c68931b7751419efbc
ghc-paths-0.1.0.9-c86febecf7513d47259ab1fcce8698b9
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
random-1.1-c46cc413d88c0a330b5495d03f0ed464
unix-2.7.1.0-bb54ee8f9f6b2600aae7a748eb88a610
haddock-interfaces: /usr/lib/ghc-doc/haddock/hint-0.4.2.3/hint.haddock
haddock-html: /usr/share/doc/libghc-hint-doc/html/
|