/var/lib/ghc/package.conf.d/bindings-DSL-1.0.20.conf is in libghc-bindings-dsl-dev 1.0.20-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 41 42 43 44 45 | name: bindings-DSL
version: 1.0.20
id: bindings-DSL-1.0.20-ecfe34adb3ce7927a6f78c5afbf10b3f
license: BSD3
copyright:
maintainer: MaurĂcio C. Antunes <mauricio.antunes@gmail.com>
stability: Stable API, well tested, portable, used in comercial code.
homepage: http://bitbucket.org/mauricio/bindings-dsl
package-url:
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:
.
<http://bitbucket.org/mauricio/bindings-dsl>
.
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/bindings-DSL-1.0.20/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/bindings-DSL-1.0.20/ghc-7.6.3
hs-libraries: HSbindings-DSL-1.0.20
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc/lib/bindings-DSL-1.0.20/ghc-7.6.3/include
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/bindings-dsl-1.0.20/bindings-DSL.haddock
haddock-html: /usr/share/doc/libghc-bindings-dsl-doc/html/
|