-
Notifications
You must be signed in to change notification settings - Fork 0
/
spago.yaml
59 lines (50 loc) · 1.16 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
47
48
49
50
51
52
53
54
55
56
57
58
59
package:
name: huffman
description: Huffman coding. Lossless data compression.
repository: https://github.com/JoelLefkowitz/huffman
homepage: https://joellefkowitz.github.io/huffman
keywords:
- huffman
- compression
- lossless
publish:
version: 0.4.0
license: MIT
location:
githubOwner: joellefkowitz
githubRepo: huffman
dependencies:
- arrays: ">=7.0.0 <8.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"
- ordered-collections: ">=3.0.0 <4.0.0"
- prelude: ">=6.0.1 <7.0.0"
- strings: ">=6.0.0 <7.0.0"
- stringutils: ">=0.0.11 <1.0.0"
- tuples: ">=7.0.0 <8.0.0"
build:
pedanticPackages: true
strict: true
test:
main: Test.Main
dependencies:
- assert
- debug
- effect
metadata:
publisher: Pursuit
languages:
- PureScript
frameworks: []
paradigms:
- Functional
lifecycle: Alpha
workspace:
packageSet:
registry: 41.2.0
extraPackages:
repr:
git: https://github.com/joellefkowitz/repr.git
ref: 98ac605cebeba1c5082009d527e14daab7fdefd2