-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac.cabal
37 lines (31 loc) · 906 Bytes
/
mac.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
36
37
-- Initial secio.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: mac
version: 0.1.0.0
-- synopsis:
license: BSD3
license-file: LICENSE
author: Alejandro Russo
maintainer: [email protected]
-- copyright:
category: Security
synopsis: Static Mandatory Access Control in Haskell
build-type: Simple
cabal-version: >=1.8
description:
A security library based on Mandatory Access Control ideas.
extra-source-files:
Examples/Examples.hs, GNUmakefile
library
build-depends: base ==4.7.*, network ==2.6.*, transformers
exposed-modules:
MAC.Lattice,
MAC.MAC,
MAC.Control,
MAC.Exception,
MAC.Ref,
MAC.MVar,
MAC.Labeled
MAC.Core,
MAC.Effects
other-modules: