-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathspago.dhall
More file actions
38 lines (38 loc) · 704 Bytes
/
spago.dhall
File metadata and controls
38 lines (38 loc) · 704 Bytes
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
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "react-basic-hooks"
, dependencies =
[ "aff"
, "aff-promise"
, "bifunctors"
, "console"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "functions"
, "indexed-monad"
, "integers"
, "maybe"
, "newtype"
, "now"
, "nullable"
, "ordered-collections"
, "prelude"
, "react-basic"
, "refs"
, "tuples"
, "type-equality"
, "unsafe-coerce"
, "unsafe-reference"
, "web-html"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, license = "Apache-2.0"
, repository = "https://github.com/megamaddu/purescript-react-basic-hooks"
}