-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbsd-sysctl.cabal
More file actions
32 lines (30 loc) · 1.05 KB
/
bsd-sysctl.cabal
File metadata and controls
32 lines (30 loc) · 1.05 KB
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
Name: bsd-sysctl
Version: 1.0.7
License-File: LICENSE
License: BSD3
Author: Maxime Henrion
Copyright: 2009-2010, Maxime Henrion
Maintainer: Maxime Henrion <mhenrion@gmail.com>
Bug-Reports: http://bitbucket.org/mux/bsd-sysctl/issues/
Category: System, BSD
Synopsis: Access to the BSD sysctl(3) interface
Description:
This module provides efficient access to the BSD sysctl(3) interface via the
Haskell FFI.
.
It allows to read and write both basic sysctl types, as well as complex opaque
types (typically C structures) described via Storable instances.
Build-Type: Custom
Cabal-Version: >= 1.6
Tested-with: GHC ==6.10, GHC ==6.12
Extra-Source-Files:
demo/Demo.hsc demo/demo.cabal demo/demo.output demo/Setup.hs
Source-Repository head
Type: mercurial
Location: http://bitbucket.org/mux/bsd-sysctl/
Library
Build-Depends: base >= 3 && < 5
Exposed-Modules: System.BSD.Sysctl
Extensions: ForeignFunctionInterface, ScopedTypeVariables,
TypeSynonymInstances, FlexibleInstances
GHC-Options: -Wall -O2 -funbox-strict-fields