Skip to content

Commit a7527ea

Browse files
committed
Prepare for initial publish
1 parent 33994a5 commit a7527ea

File tree

2 files changed

+62
-34
lines changed

2 files changed

+62
-34
lines changed

spago.lock

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,31 @@ workspace:
33
spec-node:
44
path: ./
55
dependencies:
6-
- argonaut-codecs
7-
- argonaut-core
8-
- argonaut-generic
9-
- arrays
10-
- console
11-
- effect
12-
- node-fs
13-
- optparse
14-
- prelude
15-
- spec
6+
- aff: ">=7.1.0 <8.0.0"
7+
- argonaut-codecs: ">=9.1.0 <10.0.0"
8+
- argonaut-core: ">=7.0.0 <8.0.0"
9+
- arrays: ">=7.3.0 <8.0.0"
10+
- control: ">=6.0.0 <7.0.0"
11+
- datetime: ">=6.1.0 <7.0.0"
12+
- effect: ">=4.0.0 <5.0.0"
13+
- either: ">=6.1.0 <7.0.0"
14+
- foldable-traversable: ">=6.0.0 <7.0.0"
15+
- identity: ">=6.0.0 <7.0.0"
16+
- integers: ">=6.0.0 <7.0.0"
17+
- maybe: ">=6.0.0 <7.0.0"
18+
- newtype: ">=5.0.0 <6.0.0"
19+
- node-buffer: ">=9.0.0 <10.0.0"
20+
- node-fs: ">=9.2.0 <10.0.0"
21+
- node-process: ">=11.2.0 <12.0.0"
22+
- now: ">=6.0.0 <7.0.0"
23+
- numbers: ">=9.0.1 <10.0.0"
24+
- optparse: ">=5.0.1 <6.0.0"
25+
- ordered-collections: ">=3.2.0 <4.0.0"
26+
- partial: ">=4.0.0 <5.0.0"
27+
- prelude: ">=6.0.1 <7.0.0"
28+
- spec: ">=7.6.1 <8.0.0"
29+
- strings: ">=6.0.1 <7.0.0"
30+
- tuples: ">=7.0.0 <8.0.0"
1631
test_dependencies:
1732
- debug
1833
- node-buffer
@@ -23,7 +38,6 @@ workspace:
2338
- ansi
2439
- argonaut-codecs
2540
- argonaut-core
26-
- argonaut-generic
2741
- arraybuffer-types
2842
- arrays
2943
- avar
@@ -604,7 +618,8 @@ workspace:
604618
yoga-tree: 1.0.0
605619
z3: 0.0.2
606620
zipperarray: 2.0.0
607-
extra_packages: {}
621+
extra_packages:
622+
parallel: 6.0.0
608623
packages:
609624
aff:
610625
type: registry
@@ -668,15 +683,6 @@ packages:
668683
- prelude
669684
- strings
670685
- tailrec
671-
argonaut-generic:
672-
type: registry
673-
version: 8.0.0
674-
integrity: sha256-WCqRWoomRKg5BFZnGBS4k4SqBX84fy/X1aJzMyaIeP0=
675-
dependencies:
676-
- argonaut-codecs
677-
- argonaut-core
678-
- prelude
679-
- record
680686
arraybuffer-types:
681687
type: registry
682688
version: 3.0.2
@@ -1339,8 +1345,8 @@ packages:
13391345
- prelude
13401346
parallel:
13411347
type: registry
1342-
version: 7.0.0
1343-
integrity: sha256-gUC9i4Txnx9K9RcMLsjujbwZz6BB1bnE2MLvw4GIw5o=
1348+
version: 6.0.0
1349+
integrity: sha256-VJbkGD0rAKX+NUEeBJbYJ78bEKaZbgow+QwQEfPB6ko=
13441350
dependencies:
13451351
- control
13461352
- effect

spago.yaml

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,43 @@
11
workspace:
22
packageSet:
33
registry: 56.2.0
4-
extraPackages: {}
4+
extraPackages:
5+
parallel: 6.0.0
56

67
package:
78
name: spec-node
9+
publish:
10+
license: MIT
11+
version: 0.0.1
12+
location:
13+
githubOwner: purescript-spec
14+
githubRepo: purescript-spec-node
815
dependencies:
9-
- argonaut-codecs
10-
- argonaut-core
11-
- argonaut-generic
12-
- arrays
13-
- console
14-
- effect
15-
- node-fs
16-
- optparse
17-
- prelude
18-
- spec
16+
- aff: ">=7.1.0 <8.0.0"
17+
- argonaut-codecs: ">=9.1.0 <10.0.0"
18+
- argonaut-core: ">=7.0.0 <8.0.0"
19+
- arrays: ">=7.3.0 <8.0.0"
20+
- control: ">=6.0.0 <7.0.0"
21+
- datetime: ">=6.1.0 <7.0.0"
22+
- effect: ">=4.0.0 <5.0.0"
23+
- either: ">=6.1.0 <7.0.0"
24+
- foldable-traversable: ">=6.0.0 <7.0.0"
25+
- identity: ">=6.0.0 <7.0.0"
26+
- integers: ">=6.0.0 <7.0.0"
27+
- maybe: ">=6.0.0 <7.0.0"
28+
- newtype: ">=5.0.0 <6.0.0"
29+
- node-buffer: ">=9.0.0 <10.0.0"
30+
- node-fs: ">=9.2.0 <10.0.0"
31+
- node-process: ">=11.2.0 <12.0.0"
32+
- now: ">=6.0.0 <7.0.0"
33+
- numbers: ">=9.0.1 <10.0.0"
34+
- optparse: ">=5.0.1 <6.0.0"
35+
- ordered-collections: ">=3.2.0 <4.0.0"
36+
- partial: ">=4.0.0 <5.0.0"
37+
- prelude: ">=6.0.1 <7.0.0"
38+
- spec: ">=7.6.1 <8.0.0"
39+
- strings: ">=6.0.1 <7.0.0"
40+
- tuples: ">=7.0.0 <8.0.0"
1941
test:
2042
main: Test.Main
2143
dependencies:

0 commit comments

Comments
 (0)