Skip to content

Commit

Permalink
Camlp4 dependency still needs to be declared
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilisp committed Nov 9, 2016
1 parent 3239c24 commit 48e67b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ depends: [
"ocamlnet" {>= "4.0.2"}
"pcre"
"cryptokit"
"tyxml" {> "3.6.0"}
"tyxml" {>= "4.0.0"}
("dbm" | "sqlite3" | "pgocaml")
"ipaddr" {>= "2.1"}
"camlp4"
]
depopts: "camlzip"
conflicts: [
Expand Down
1 change: 0 additions & 1 deletion src/baselib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ PACKAGE := \
cryptokit \
findlib \
tyxml \
lwt.syntax \
${LWT_PREEMPTIVE_PACKAGE} \
ipaddr

Expand Down

0 comments on commit 48e67b4

Please sign in to comment.