-
Notifications
You must be signed in to change notification settings - Fork 0
/
spago.yaml
40 lines (40 loc) · 922 Bytes
/
spago.yaml
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
package:
name: js-intl
publish:
license: MIT
version: 1.1.4
location:
githubOwner: pete-murphy
githubRepo: purescript-js-intl
dependencies:
- arrays: ">=7.1.0 <8.0.0"
- convertable-options: ">=1.0.0 <2.0.0"
- datetime: ">=6.1.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- foreign: ">=7.0.0 <8.0.0"
- functions: ">=6.0.0 <7.0.0"
- js-date: ">=8.0.0 <9.0.0"
- maybe: ">=6.0.0 <7.0.0"
- nullable: ">=6.0.0 <7.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
- unfoldable: ">=6.0.0 <7.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
test:
dependencies:
- assert
- console
- debug
- effect
- foldable-traversable
- functions
- js-date
- prelude
- record
- strings
- unsafe-coerce
main: Test.Main
workspace:
packageSet:
registry: 55.1.0