/var/lib/ghc/package.conf.d/executable-path-0.0.3.conf is in libghc-executable-path-dev 0.0.3-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 30 31 32 33 | name: executable-path
version: 0.0.3
id: executable-path-0.0.3-f8dab2e0371c41e76a11acf025534f0c
key: execu_Fx1JBgW6M65EfvIXXRUI3f
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/executable-path-0.0.3-Fx1JBgW6M65EfvIXXRUI3f
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/executable-path-0.0.3-Fx1JBgW6M65EfvIXXRUI3f
data-dir: /usr/share/executable-path
hs-libraries: HSexecutable-path-0.0.3-Fx1JBgW6M65EfvIXXRUI3f
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
unix-2.7.1.0-bb54ee8f9f6b2600aae7a748eb88a610
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/
|