aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
blob: 63e55c78c136b60474dbdafa641185dfc0326612 (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
name:		unix
version:	1.0
license:	BSD3
license-file:	LICENSE
maintainer:	libraries@haskell.org
synopsis:	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