|
1 | 1 | package:
|
2 | 2 | dependencies:
|
3 |
| - [ "prelude" |
4 |
| - , "effect" |
5 |
| - , "exitcodes" |
6 |
| - , "strings" |
7 |
| - , "arrays" |
8 |
| - , "console" |
9 |
| - , "open-memoize" |
10 |
| - , "transformers" |
11 |
| - , "exists" |
12 |
| - , "node-process" |
13 |
| - , "free" |
14 |
| - , "quickcheck" |
15 |
| - , "spec" |
16 |
| - , "aff" |
17 |
| - , "bifunctors" |
18 |
| - , "control" |
19 |
| - , "either" |
20 |
| - , "enums" |
21 |
| - , "foldable-traversable" |
22 |
| - , "gen" |
23 |
| - , "integers" |
24 |
| - , "lazy" |
25 |
| - , "lists" |
26 |
| - , "maybe" |
27 |
| - , "newtype" |
28 |
| - , "node-buffer" |
29 |
| - , "node-streams" |
30 |
| - , "nonempty" |
31 |
| - , "numbers" |
32 |
| - , "partial" |
33 |
| - , "tailrec" |
34 |
| - , "tuples" |
| 3 | + [ |
| 4 | + { aff: ">=7.1.0 <8.0.0" }, |
| 5 | + { arrays: ">=7.2.1 <8.0.0" }, |
| 6 | + { bifunctors: ">=6.0.0 <7.0.0" }, |
| 7 | + { console: ">=6.1.0 <7.0.0" }, |
| 8 | + { control: ">=6.0.0 <7.0.0" }, |
| 9 | + { effect: ">=4.0.0 <5.0.0" }, |
| 10 | + { either: ">=6.1.0 <7.0.0" }, |
| 11 | + { enums: ">=6.0.1 <7.0.0" }, |
| 12 | + { exists: ">=6.0.0 <7.0.0" }, |
| 13 | + { exitcodes: ">=4.0.0 <5.0.0" }, |
| 14 | + { foldable-traversable: ">=6.0.0 <7.0.0" }, |
| 15 | + { free: ">=7.1.0 <8.0.0" }, |
| 16 | + { gen: ">=4.0.0 <5.0.0" }, |
| 17 | + { integers: ">=6.0.0 <7.0.0" }, |
| 18 | + { lazy: ">=6.0.0 <7.0.0" }, |
| 19 | + { lists: ">=7.0.0 <8.0.0" }, |
| 20 | + { maybe: ">=6.0.0 <7.0.0" }, |
| 21 | + { newtype: ">=5.0.0 <6.0.0" }, |
| 22 | + { node-buffer: ">=9.0.0 <10.0.0" }, |
| 23 | + { node-process: ">=11.2.0 <12.0.0" }, |
| 24 | + { node-streams: ">=9.0.0 <10.0.0" }, |
| 25 | + { nonempty: ">=7.0.0 <8.0.0" }, |
| 26 | + { numbers: ">=9.0.1 <10.0.0" }, |
| 27 | + { open-memoize: ">=6.1.0 <7.0.0" }, |
| 28 | + { partial: ">=4.0.0 <5.0.0" }, |
| 29 | + { prelude: ">=6.0.1 <7.0.0" }, |
| 30 | + { strings: ">=6.0.1 <7.0.0" }, |
| 31 | + { tailrec: ">=6.1.0 <7.0.0" }, |
| 32 | + { transformers: ">=6.0.0 <7.0.0" }, |
| 33 | + { tuples: ">=7.0.0 <8.0.0" } |
35 | 34 | ]
|
36 | 35 | name: optparse
|
| 36 | + publish: |
| 37 | + version: 5.0.1 |
| 38 | + license: BSD-3-Clause |
| 39 | + location: |
| 40 | + githubOwner: "f-o-a-m" |
| 41 | + githubRepo: purescript-optparse |
37 | 42 | test:
|
38 |
| - dependencies: [] |
| 43 | + dependencies: [ "quickcheck", "spec" ] |
39 | 44 | main: Test.Main
|
40 | 45 | workspace:
|
41 | 46 | extra_packages: {}
|
|
0 commit comments