blob: fa07e5f8feb80e0d888f4ae1e88800da969534df (
plain)
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
|
name: ffi
version: 1.0
id: builtin_ffi
license: BSD3
maintainer: glasgow-haskell-users@haskell.org
exposed: True
exposed-modules:
hidden-modules:
import-dirs:
#ifdef INSTALLING
library-dirs: LIB_DIR
#else /* !INSTALLING */
library-dirs: TOP"/libffi/dist-install/build"
#endif
hs-libraries: "HSffi"
#ifdef INSTALLING
include-dirs: INCLUDE_DIR
#else /* !INSTALLING */
include-dirs: TOP"/libffi/dist-install/build"
#endif
depends:
hugs-options:
cc-options:
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
|