add missing dep
Some checks failed
build / build (push) Failing after 28m55s

This commit is contained in:
zapashcanon 2025-01-19 15:57:23 +01:00
parent 94d79d4e36
commit 7d0ce3b141
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@
(>= 20211230))
(ocaml
(>= 4.13))
sedlex))
sedlex
prelude))
(using menhir 2.1)

View File

@ -17,6 +17,7 @@ depends: [
"menhir" {>= "20211230"}
"ocaml" {>= "4.13"}
"sedlex"
"prelude"
"odoc" {with-doc}
]
build: [