/var/lib/ghc/package.conf.d/bindings-DSL-1.0.23.conf is in libghc-bindings-dsl-dev 1.0.23-1.
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 | name: bindings-DSL
version: 1.0.23
id: bindings-DSL-1.0.23-75369fdfdd50bafd3a7650315e217654
key: bindi_Es09zjDpTFQCqScuh7qYEQ
license: BSD3
maintainer: John Wiegley <johnw@newartisans.com>
stability: Stable API, well tested, portable, used in commercial code.
homepage: https://github.com/jwiegley/bindings-dsl/wiki
synopsis: FFI domain specific language, on top of hsc2hs.
description:
This is a set of macros to be used when writing Haskell FFI.
They were designed to be able to fully describe C interfaces,
so that hsc2hs can extract from them all Haskell code needed to
mimic such interfaces. All Haskell names used are automatically
derived from C names, structures are mapped to Haskell instances
of Storable, and there are also macros you can use with C code
to help write bindings to inline functions or macro functions.
Documentation is available at package homepage:
.
<https://github.com/jwiegley/bindings-dsl/wiki>
.
The extra module Bindings.Utilities will contain tools that may
be convenient when working with FFI.
category: FFI
author: MaurĂcio C. Antunes
exposed: True
exposed-modules:
Bindings.Utilities
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/bindings-DSL-1.0.23-Es09zjDpTFQCqScuh7qYEQ
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/bindings-DSL-1.0.23-Es09zjDpTFQCqScuh7qYEQ
data-dir: /usr/share/bindings-dsl
hs-libraries: HSbindings-DSL-1.0.23-Es09zjDpTFQCqScuh7qYEQ
include-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/bindings-DSL-1.0.23-Es09zjDpTFQCqScuh7qYEQ/include
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/bindings-dsl-1.0.23/bindings-DSL.haddock
haddock-html: /usr/share/doc/libghc-bindings-dsl-doc/html/
|