Skip to content

Commit

Permalink
[issue #44] Fix _tags for OCaml version 4.01.0+beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Aug 16, 2013
1 parent 9819b79 commit fef38bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _tags.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
true: use_menhir, use_menhir_table

true: package(menhirLib), package(yojson), package(unix), package(findlib)

<src/outline_parser.*>: ext_tokens
<src/*>: package(menhirLib), package(yojson), package(unix), package(findlib)
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ END

if [ "$NOSEXP" -eq "0" ]; then
echo >src/my_config.ml "open Protocol_sexp;;"
echo >>_tags "true: package(sexplib)"
echo >>_tags "<src/*>: package(sexplib)"
else
echo >src/my_config.ml
fi
Expand Down

0 comments on commit fef38bd

Please sign in to comment.