-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacn.cabal
More file actions
60 lines (56 loc) · 1.86 KB
/
Copy pathacn.cabal
File metadata and controls
60 lines (56 loc) · 1.86 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Name: acn
Version: 0.1.2.1
Synopsis: Abstract Crypto Notation
Description: Abstract Crypto Notation
License: Apache-2.0
Copyright: Copyright (c) 2013-2015 PivotCloud, Inc.
license-file: LICENSE
Author: Vincent Hanquez
Category: Prototype
Stability: experimental
Build-Type: Simple
Homepage: http://alephcloud.com/
Cabal-Version: >=1.8
source-repository head
type: git
location: https://github.com/alephcloud/hs-acn
source-repository this
type: git
location: https://github.com/alephcloud/hs-acn
tag: 0.1.2.1
Library
Exposed-modules: Data.ACN
, Data.ACN.Debug
, Data.ACN.Types
, Data.ACN.Event
, Data.ACN.Marshall
, AlephCloud.ACN
, AlephCloud.ACN.Debug
, AlephCloud.ACN.Types
, AlephCloud.ACN.Event
, AlephCloud.ACN.Marshall
Other-modules: Data.ACN.Event.Types
, Data.ACN.Event.Parse
, Data.ACN.Event.Encode
, Data.ACN.LEB128
Hs-Source-Dirs: .
Build-depends: base >= 4 && < 5
, array
, mtl
, containers
, bytestring
, binary >= 0.7
, utf8-string
ghc-options: -Wall
Test-Suite test-acn
type: exitcode-stdio-1.0
hs-source-dirs: tests
Main-is: Tests.hs
Build-Depends: base >= 3 && < 5
, bytestring
, mtl
, tasty
, tasty-quickcheck
, tasty-hunit
, acn
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures