-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.dhall
More file actions
33 lines (32 loc) · 808 Bytes
/
packages.dhall
File metadata and controls
33 lines (32 loc) · 808 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
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20230105/packages.dhall
sha256:3e9fbc9ba03e9a1fcfd895f65e2d50ee2f5e86c4cd273f3d5c841b655a0e1bda
in upstream
with nextjs =
{ repo = "https://github.com/rowtype-yoga/purescript-nextjs.git"
, version = "main"
, dependencies =
[ "aff"
, "aff-promise"
, "console"
, "datetime"
, "effect"
, "either"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "functions"
, "identity"
, "maybe"
, "nullable"
, "options"
, "partial"
, "prelude"
, "react-basic"
, "react-basic-hooks"
, "transformers"
, "typelevel-prelude"
, "unsafe-coerce"
, "yoga-json"
]
}