forked from kadena-io/kadenamint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkadenamint.cabal
More file actions
58 lines (54 loc) · 1.27 KB
/
kadenamint.cabal
File metadata and controls
58 lines (54 loc) · 1.27 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
name: kadenamint
version: 0.1
cabal-version: >= 1.8
build-type: Simple
license: Apache-2.0
library
hs-source-dirs: src
if impl(ghcjs)
buildable: False
build-depends: aeson
, ansi-terminal
, async
, base
, base16-bytestring
, binary
, bytestring
, colour
, conduit-extra
, data-default
, file-embed
, here
, hs-abci-server
, hs-abci-types
, hs-abci-extra
, hs-tendermint-client
, http-types
, lens
, memory
, mtl
, pact
, shelly
, text
, time
, tomland
, transformers
, unordered-containers
, which
, yaml
exposed-modules:
Kadenamint
Kadenamint.ABCI
Kadenamint.Common
Kadenamint.Pact
Kadenamint.Tendermint
Kadenamint.Tendermint.Config
Kadenamint.Tendermint.RPC
ghc-options: -Wall
executable kadenamint
main-is: main.hs
hs-source-dirs: src-bin
if impl(ghcjs)
buildable: False
build-depends: base
, kadenamint