/var/lib/ghc/package.conf.d/executable-path-0.0.3.conf is in libghc-executable-path-dev 0.0.3-9+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 | name: executable-path
version: 0.0.3
id: executable-path-0.0.3-7jNJl6eIY2r75iUWsX7Ojs
key: executable-path-0.0.3-7jNJl6eIY2r75iUWsX7Ojs
license: PublicDomain
maintainer: bkomuves (plus) hackage (at) gmail (dot) com
stability: Experimental
homepage: http://code.haskell.org/~bkomuves/
synopsis: Finding out the full path of the executable.
description:
The documentation of "System.Environment.getProgName" says that
\"However, this is hard-to-impossible to implement on some non-Unix OSes,
so instead, for maximum portability, we just return the leafname
of the program as invoked.\"
This library tries to provide the missing path.
category: System
author: Balazs Komuves
exposed: True
exposed-modules:
System.Environment.Executable
hidden-modules: System.Environment.Executable.Linux
abi: ea6702b1978b3089d452907440536038
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/executable-path-0.0.3-7jNJl6eIY2r75iUWsX7Ojs
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/executable-path-0.0.3-7jNJl6eIY2r75iUWsX7Ojs
data-dir: /usr/share/executable-path
hs-libraries: HSexecutable-path-0.0.3-7jNJl6eIY2r75iUWsX7Ojs
depends:
base-4.9.0.0 directory-1.2.6.2 filepath-1.4.1.0 unix-2.7.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/executable-path-0.0.3/executable-path.haddock
haddock-html: /usr/share/doc/libghc-executable-path-doc/html/
|