-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspago.yaml
31 lines (31 loc) · 817 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
package:
dependencies:
- arrays: ">=7.3.0 <8.0.0"
- cartesian: ">=1.0.6 <2.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- integers: ">=6.0.0 <7.0.0"
- js-bigints: ">=2.2.1 <3.0.0"
- maybe: ">=6.0.0 <7.0.0"
- numbers: ">=9.0.1 <10.0.0"
- ordered-collections: ">=3.2.0 <4.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- rationals: ">=6.0.0 <7.0.0"
- strings: ">=6.0.1 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
name: sparse-polynomials
test:
dependencies:
- assert: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
main: Test.Main
publish:
version: 3.0.1
license: MIT
location:
githubOwner: Ebmtranceboy
githubRepo: purescript-sparse-polynomials
workspace:
extraPackages: {}
packageSet:
registry: 55.3.0