/var/lib/ghc/package.conf.d/bindings-DSL-1.0.24.conf is in libghc-bindings-dsl-dev 1.0.24-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 39 40 | name: bindings-DSL
version: 1.0.24
id: bindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy
key: bindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy
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
abi: 80234743c2bbf270afc05d0e68ad2131
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/bindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/bindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/bindings-dsl
hs-libraries: HSbindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy
include-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/bindings-DSL-1.0.24-L0FgJx1LRisLR2Tmmg51Jy/include
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/bindings-dsl-1.0.24/bindings-DSL.haddock
haddock-html: /usr/share/doc/libghc-bindings-dsl-doc/html/
|