/var/lib/ghc/package.conf.d/cabal-helper-0.6.2.0.conf is in libghc-cabal-helper-dev 0.6.2.0-4build1.
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 49 50 51 52 53 54 55 | name: cabal-helper
version: 0.6.2.0
id: cabal-helper-0.6.2.0-02552001b20958444558658f8a3b6cda
key: cabal_0DjLGSwIlGQ5ya6g8X3ynq
license: AGPL-3
maintainer: dxld@darkboxed.org
synopsis: Simple interface to some of Cabal's configuration state used by ghc-mod
description:
@cabal-helper@ provides a library which wraps the internal use of
anexecutable to lift the restrictions imposed by linking against versions of
GHC before @7.10@. This has the pleasant side effect of isolating the user
from having to deal with Cabal version changes manually as @cabal-helper@
can simply recompile it's helper program automatically as needed.
.
@cabal-helper@ uses a wrapper executable to compile the actual cabal-helper
executable at runtime while linking against an arbitrary version of
Cabal. This runtime-compiled helper executable is then used to extract
various bits and peices from Cabal\'s on disk state (dist/setup-config)
written by it's configure command.
.
In addition to this the wrapper executable also supports installing any
version of Cabal from hackage in case it cannot be found in any available
package database. The wrapper installs these instances of the Cabal library
into a private package database so as to not interfere with the user's
packages.
.
Furthermore the wrapper supports one special case namely reading a state
file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using
itself and not using any version of Cabal installed in any package database.
.
@cabal-helper@ can compile with @Cabal >= 1.14@ but requires @Cabal >= 1.16@
at runtime.
category: Distribution
author: Daniel Gröber <dxld@darkboxed.org>
exposed: True
exposed-modules:
Distribution.Helper
hidden-modules: Paths_cabal_helper CabalHelper.Types
CabalHelper.Sandbox
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cabal-helper-0.6.2.0-0DjLGSwIlGQ5ya6g8X3ynq
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cabal-helper-0.6.2.0-0DjLGSwIlGQ5ya6g8X3ynq
data-dir: /usr/share/cabal-helper
hs-libraries: HScabal-helper-0.6.2.0-0DjLGSwIlGQ5ya6g8X3ynq
depends:
Cabal-1.22.5.0-b808003bb4b26cf51ef0ed0a43381a7d
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
process-1.2.3.0-a22328103774f0499a990653944cbf99
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/cabal-helper-0.6.2.0/cabal-helper.haddock
haddock-html: /usr/share/doc/libghc-cabal-helper-doc/html/
|