-
Notifications
You must be signed in to change notification settings - Fork 1
/
spago.dhall
54 lines (54 loc) · 898 Bytes
/
spago.dhall
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
{ name = "hydra-sdk"
, dependencies =
[ "aff"
, "affjax"
, "argonaut"
, "arrays"
, "avar"
, "bifunctors"
, "bytearrays"
, "cardano-transaction-lib"
, "cardano-types"
, "codec-argonaut"
, "control"
, "datetime"
, "effect"
, "either"
, "errors"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "formatters"
, "http-methods"
, "integers"
, "js-bigints"
, "js-date"
, "maybe"
, "monad-logger"
, "newtype"
, "node-buffer"
, "node-child-process"
, "node-fs"
, "node-path"
, "node-streams"
, "optparse"
, "ordered-collections"
, "parsing"
, "partial"
, "plutus-types"
, "prelude"
, "profunctor"
, "quickcheck"
, "safely"
, "strings"
, "tailrec"
, "transformers"
, "tuples"
, "uint"
, "uri"
, "uuid"
, "variant"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}