ocaml-{base-compiler,compiler} trigger addition of --update-invariants
Previously, only ocaml-variants packages would trigger addition of
`--update-invariants` when reinstalling the packages. This commit adds
ocaml-compiler and ocaml-base-compiler packages to the list of packages
that have this behavior.
Closes #408