-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspago.yaml
49 lines (41 loc) · 862 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
package:
name: boggle
description: Boggle solver.
repository: https://github.com/JoelLefkowitz/boggle
homepage: https://joellefkowitz.github.io/boggle
keywords:
- boggle
- solver
- permutations
publish:
version: 0.2.0
license: MIT
location:
githubOwner: joellefkowitz
githubRepo: boggle
dependencies:
- arrays: ">=7.0.0 <8.0.0"
- control: ">=6.0.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- strings: ">=6.0.0 <7.0.0"
build:
pedanticPackages: true
strict: true
test:
main: Test.Main
dependencies:
- assert
- debug
metadata:
publisher: Pursuit
languages:
- PureScript
frameworks: []
paradigms:
- Functional
lifecycle: Alpha
workspace:
packageSet:
registry: 41.2.0