-
Notifications
You must be signed in to change notification settings - Fork 16
/
spago.yaml
46 lines (46 loc) · 1.34 KB
/
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
package:
dependencies:
- aff: ">=7.1.0 <8.0.0"
- arrays: ">=7.2.1 <8.0.0"
- bifunctors: ">=6.0.0 <7.0.0"
- console: ">=6.1.0 <7.0.0"
- control: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- enums: ">=6.0.1 <7.0.0"
- exists: ">=6.0.0 <7.0.0"
- exitcodes: ">=4.0.0 <5.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- free: ">=7.1.0 <8.0.0"
- gen: ">=4.0.0 <5.0.0"
- integers: ">=6.0.0 <7.0.0"
- lazy: ">=6.0.0 <7.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- newtype: ">=5.0.0 <6.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-process: ">=11.2.0 <12.0.0"
- node-streams: ">=9.0.0 <10.0.0"
- nonempty: ">=7.0.0 <8.0.0"
- numbers: ">=9.0.1 <10.0.0"
- open-memoize: ">=6.1.0 <7.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- strings: ">=6.0.1 <7.0.0"
- tailrec: ">=6.1.0 <7.0.0"
- transformers: ">=6.0.0 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
name: optparse
publish:
version: 5.0.1
license: BSD-3-Clause
location:
githubOwner: "purescript-contrib"
githubRepo: purescript-optparse
test:
dependencies: [ "quickcheck", "spec" ]
main: Test.Main
workspace:
extra_packages: {}
package_set:
registry: 43.3.0