aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.conf.in
blob: e5d10383f11479c5fa103099fef206b417f15c4c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#include "ghcconfig.h"

name:		PACKAGE
version:	VERSION
license:	BSD3
maintainer:	libraries@haskell.org
exposed:	True

exposed-modules:
	System.Posix,
	System.Posix.DynamicLinker.Module,
	System.Posix.DynamicLinker.Prim,
	System.Posix.Directory,
	System.Posix.DynamicLinker,
	System.Posix.Env,
	System.Posix.Error,
	System.Posix.Files,
	System.Posix.IO,
	System.Posix.Process,
	System.Posix.Resource,
	System.Posix.Temp,
	System.Posix.Terminal,
	System.Posix.Time,
	System.Posix.Unistd,
	System.Posix.User,
	System.Posix.Signals.Exts

hidden-modules:

import-dirs:	IMPORT_DIR

library-dirs:	LIB_DIR
#ifndef INSTALLING
		, LIB_DIR"/cbits"
#endif

hs-libraries:   "HSunix"

#if !(defined HAVE_FRAMEWORK_HASKELLSUPPORT) && defined(HAVE_LIBDL)
extra-libs:	"HSunix_cbits", "dl"
#else
extra-libs:	"HSunix_cbits"
#endif

include-dirs: 	INCLUDE_DIR
includes:	HsUnix.h
depends:	base
extra-hugs-opts:
extra-cc-opts:
extra-ld-opts:
framework-dirs:
extra-frameworks:
haddock-interfaces:	HADDOCK_IFACE
haddock-html:		HTML_DIR