mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +03:00
add menhirlib to dependencies
This commit is contained in:
parent
dde455c560
commit
d65bf985d9
@ -1,5 +1,5 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ansiterminal, sedlex_2, menhir
|
||||
, unionfind, bindlib, cmdliner, re, zarith, zarith_stubs_js, ocamlgraph
|
||||
, menhirLib, unionfind, bindlib, cmdliner, re, zarith, zarith_stubs_js, ocamlgraph
|
||||
, calendar, visitors, benchmark, js_of_ocaml, js_of_ocaml-ppx, camomile, cppo }:
|
||||
|
||||
buildDunePackage rec {
|
||||
@ -16,6 +16,7 @@ buildDunePackage rec {
|
||||
ansiterminal
|
||||
sedlex_2
|
||||
menhir
|
||||
menhirLib
|
||||
cmdliner
|
||||
re
|
||||
zarith
|
||||
|
Loading…
Reference in New Issue
Block a user