-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnetlink.cabal
35 lines (33 loc) · 1.24 KB
/
netlink.cabal
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
Name: netlink
Version: 0.1
Synopsis: Netlink communication for Haskell
Description: Library to comminicate with Linux kernel via Netlink
Homepage: http://netlink-hs.googlecode.com/
License: BSD3
License-file: LICENSE
Author: David Anderson
Maintainer: Max Treskin <mtreskin@metachord.com>
Copyright: Google Inc. 2010
Stability: Alpha
Category: System
Build-type: Simple
Cabal-version: >=1.6
Source-repository head
type: git
location: https://github.com/metachord/netlink-hs
Library
Exposed-modules: System.Linux.Netlink
System.Linux.Netlink.Internal
Other-modules: System.Linux.Netlink.C
System.Linux.Netlink.Constants
System.Linux.Netlink.Protocol
System.Linux.Netlink.Attributes
Build-depends: base >=4 && <5,
bytestring >=0.9,
cereal >=0.3 && <0.4,
containers >=0.3,
monad-loops >=0.3,
unix >=2.4
Build-tools: c2hs > 0.16
Ghc-options: -Wall -fwarn-tabs
Ghc-prof-options: -auto-all