Skip to content

Commit 9ff469c

Browse files
committed
spago install -p protobuf enums
1 parent 0cce9d4 commit 9ff469c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

library/spago.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# https://github.com/purescript/spago#polyrepo-support
32

43
package:
@@ -18,6 +17,7 @@ package:
1817
- control: ">=6.0.0 <7.0.0"
1918
- effect: ">=4.0.0 <5.0.0"
2019
- either: ">=6.1.0 <7.0.0"
20+
- enums: ">=6.0.1 <7.0.0"
2121
- exceptions: ">=6.0.0 <7.0.0"
2222
- float32: ">=2.0.0 <3.0.0"
2323
- foldable-traversable: ">=6.0.0 <7.0.0"

spago.lock

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
{
2727
"either": ">=6.1.0 <7.0.0"
2828
},
29+
{
30+
"enums": ">=6.0.1 <7.0.0"
31+
},
2932
{
3033
"exceptions": ">=6.0.0 <7.0.0"
3134
},

0 commit comments

Comments
 (0)