Skip to content

Commit

Permalink
Merge pull request #69 from rgrinberg/fix-old-ocaml-compat
Browse files Browse the repository at this point in the history
Fix old ocaml compat
  • Loading branch information
yoriyuki authored Apr 9, 2018
2 parents aa8bfb6 + 30e7a34 commit 785f36e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Camomile/camomile_do_not_use.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[@@@ocaml.deprecated "this module is an empty. ignore it"]
3 changes: 2 additions & 1 deletion Camomile/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(libraries (bigarray camomileDefaultConfig))
(modules
(:standard \ camomileDefaultConfig
camomile_do_not_use
installConfig
camomileLibraryDyn
camomileLibraryDefault))))
Expand Down Expand Up @@ -39,7 +40,7 @@
(public_name camomile)
(wrapped false)
(flags (:standard))
(modules ())
(modules (camomile_do_not_use))
(libraries
(camomile.library
camomile.default_config
Expand Down
2 changes: 1 addition & 1 deletion jbuild-workspace.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
(context ((switch 4.03.0)))
(context ((switch 4.04.2)))
(context ((switch 4.05.0)))
(context ((switch 4.06.0)))
(context ((switch 4.06.1)))

0 comments on commit 785f36e

Please sign in to comment.