Skip to content
Snippets Groups Projects
Commit 90fe4a70 authored by François Bobot's avatar François Bobot
Browse files

Update dependencies for ppx_import and ppx_deriving.eq

parent ea76c6ce
No related branches found
No related tags found
No related merge requests found
...@@ -347,6 +347,17 @@ else ...@@ -347,6 +347,17 @@ else
AC_MSG_RESULT(found $PPX_IMPORT) AC_MSG_RESULT(found $PPX_IMPORT)
fi fi
# ppx_deriving.eq
############
AC_MSG_CHECKING(for ppx_deriving.eq)
PPX_DERIVING_EQ=$($OCAMLFIND query ppx_deriving.eq -format %v)
if test -z "$PPX_DERIVING_EQ"; then
AC_MSG_ERROR(Cannot find ppx_deriving.eq via ocamlfind)
else
AC_MSG_RESULT(found $PPX_DERIVING_EQ)
fi
################################################# #################################################
# Check for other (optional) tools/libraries # # Check for other (optional) tools/libraries #
################################################# #################################################
......
...@@ -123,6 +123,8 @@ depends: [ ...@@ -123,6 +123,8 @@ depends: [
"why3" { >= "1.5.0" } "why3" { >= "1.5.0" }
"yojson" {>= "1.6.0"} "yojson" {>= "1.6.0"}
"zarith" {>= "1.5"} "zarith" {>= "1.5"}
"ppx_deriving"
"ppx_import"
] ]
depopts: [ depopts: [
...@@ -132,7 +134,6 @@ depopts: [ ...@@ -132,7 +134,6 @@ depopts: [
"apron" "apron"
"coq" "coq"
"mlgmpidl" "mlgmpidl"
"ppx_deriving"
"ppx_deriving_yojson" "ppx_deriving_yojson"
"zmq" "zmq"
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment