-
Notifications
You must be signed in to change notification settings - Fork 0
/
marlowe-ici.cabal
60 lines (55 loc) · 1.4 KB
/
marlowe-ici.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
cabal-version: 3.0
name: marlowe-ici
version: 0.2.1.0
synopsis: An IPFS chain index for Marlowe.
license: Apache-2.0
license-file: LICENSE
author: Brian W Bush <brian.bush@iohk.io>
maintainer: Brian W Bush <brian.bush@iohk.io>
category: Network
build-type: Simple
extra-source-files: ReadMe.md
library
exposed-modules:
Language.Marlowe.ICI
Language.Marlowe.ICI.BulkSync
Language.Marlowe.ICI.Cbor
Language.Marlowe.ICI.Indexer
Language.Marlowe.ICI.Ipfs
Language.Marlowe.ICI.Ipld
Language.Marlowe.ICI.PTree
Language.Marlowe.ICI.PTree.Ipld
hs-source-dirs: src
build-depends:
, aeson
, base >=4.9 && <5
, base16-bytestring
, binary
, bytestring
, cborg
, cborg-json
, containers
, cryptonite
, data-default
, ipld-cid
, leb128-binary ==0.1.2
, marlowe-cardano
, marlowe-chain-sync
, marlowe-client
, marlowe-runtime:{marlowe-runtime, history-api, sync-api} ==0.0.6
, mtl
, shake
, split
, stm
, text
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
executable marlowe-ici
hs-source-dirs: app
main-is: Main.hs
other-modules: Paths_marlowe_ici
build-depends:
, base >=4.9 && <5
, marlowe-ici
, optparse-applicative
ghc-options: -Wall -Wunused-packages