Skip to content

Commit

Permalink
spago install -p protobuf enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Dec 2, 2024
1 parent 0cce9d4 commit 9ff469c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# https://github.com/purescript/spago#polyrepo-support

package:
Expand All @@ -18,6 +17,7 @@ package:
- 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"
- exceptions: ">=6.0.0 <7.0.0"
- float32: ">=2.0.0 <3.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
Expand Down
3 changes: 3 additions & 0 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
{
"either": ">=6.1.0 <7.0.0"
},
{
"enums": ">=6.0.1 <7.0.0"
},
{
"exceptions": ">=6.0.0 <7.0.0"
},
Expand Down

0 comments on commit 9ff469c

Please sign in to comment.