-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspago.yaml
More file actions
27 lines (27 loc) · 713 Bytes
/
spago.yaml
File metadata and controls
27 lines (27 loc) · 713 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
package:
name: priority-queue
dependencies:
- arrays: ">=7.0.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- integers: ">=6.0.0 <7.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.0 <7.0.0"
- st: ">=6.0.0 <7.0.0"
test:
main: Test.PriorityQueue
dependencies:
- assert
- console
publish:
version: 0.1.2
license: Apache-2.0
location:
githubOwner: spacchetti
githubRepo: purescript-priority-queue
owners:
- keytype: ssh-ed25519
public: AAAAC3NzaC1lZDI1NTE5AAAAIBP7cbacua16Pi8FpgJUGpzlB14Y8AWcVAHlgdQTMQof
id: fabrizio+github@hadrianus
workspace: {}