aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
blob: 0dc8513713100f5021714f22c7144667386e541c (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
name:		unix
version:	1.0
license:	BSD3
maintainer:	libraries@haskell.org
description:	POSIX functionality.
build-depends:	base
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
include-dirs: 	include, ../../ghc/includes
includes:	HsUnix.h
extensions:	CPP