-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspago.yaml
More file actions
33 lines (33 loc) · 757 Bytes
/
spago.yaml
File metadata and controls
33 lines (33 loc) · 757 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
package:
name: choku
description: |
Chalk bindings for PureScript.
dependencies:
- aff: ">=7.1.0 <9.0.0"
- control: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- functions: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- strings: ">=6.0.1 <7.0.0"
build:
censorProjectWarnings:
- ImplicitQualifiedImportReExport
test:
main: Test.Main
dependencies:
- console: "*"
- spec: ">=8.0.0 <9.0.0"
- spec-node: "*"
censorTestWarnings:
- ImplicitQualifiedImportReExport
publish:
version: 1.0.2
license: MIT
location:
githubOwner: m15a
githubRepo: purescript-choku
workspace:
packageSet:
registry: 60.6.0
extraPackages: {}