-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspago.yaml
51 lines (43 loc) · 909 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
41
42
43
44
45
46
47
48
49
50
51
package:
name: maps-eager
description: Eagerly evaluated functions for Maps.
repository: https://github.com/JoelLefkowitz/maps-eager
homepage: https://joellefkowitz.github.io/maps-eager
keywords:
- maps
- eager
- lookup
- values
- reverse
publish:
version: 0.5.0
license: MIT
location:
githubOwner: joellefkowitz
githubRepo: maps-eager
dependencies:
- arrays: ">=7.0.0 <8.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- ordered-collections: ">=3.0.0 <4.0.0"
- prelude: ">=6.0.1 <7.0.0"
build:
pedanticPackages: true
strict: true
test:
main: Test.Data.Map.Eager
dependencies:
- assert
- debug
- effect
metadata:
publisher: Pursuit
languages:
- PureScript
frameworks: []
paradigms:
- Functional
lifecycle: Alpha
workspace:
packageSet:
registry: 41.2.0