diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-04-01 20:33:07 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-04-01 20:33:36 +0200 |
commit | f907a4e71e430da0293e9057f617917686c4d40c (patch) | |
tree | b54d59927fcb1095731df7665645c24e97669a72 /NEWS | |
parent | fd2b8350accbe056b051b88847e38dcb468ed1bb (diff) | |
download | perl_checker-f907a4e71e430da0293e9057f617917686c4d40c.tar perl_checker-f907a4e71e430da0293e9057f617917686c4d40c.tar.gz perl_checker-f907a4e71e430da0293e9057f617917686c4d40c.tar.bz2 perl_checker-f907a4e71e430da0293e9057f617917686c4d40c.tar.xz perl_checker-f907a4e71e430da0293e9057f617917686c4d40c.zip |
Fix compiling with ocaml-4.12
"compare" becames "List.compare" due to
https://github.com/ocaml/ocaml/pull/9668
Thus we need to use Stdlib.compare
Thx Pascal Rigaux
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ o sync Gtk3::WebKit2 with webkit-2.32.0 o sync Gtk4 fake package with gtk4-4.2.0 o sync with glib-2.68.0 & gtk+-3.24.28 +- fix compiling with ocaml-4.12 Version 1.2.41 - 8 December 2020, by Thierry Vignaud |