projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Windows build fixes
[ghc-hetmet.git]
/
libffi
/
package.conf.in
1
name: ffi
2
version: 1.0
3
license: BSD3
4
maintainer: glasgow-haskell-users@haskell.org
5
exposed: True
6
7
exposed-modules:
8
hidden-modules:
9
import-dirs:
10
11
#ifdef INSTALLING
12
library-dirs: LIB_DIR
13
#else /* !INSTALLING */
14
library-dirs: TOP"/libffi"
15
#endif
16
17
hs-libraries: "HSffi"
18
19
#ifdef INSTALLING
20
include-dirs: INCLUDE_DIR
21
#else /* !INSTALLING */
22
include-dirs: TOP"/libffi/build/include"
23
#endif
24
25
depends:
26
hugs-options:
27
cc-options:
28
29
framework-dirs:
30
frameworks:
31
32
haddock-interfaces:
33
haddock-html:
34