ocaml modules: fix some CamelCase and under_scores

This commit is contained in:
Thomas Strobel
2015-09-02 09:14:59 +02:00
parent e80b41e94f
commit 616aa2bdda
36 changed files with 156 additions and 130 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ocaml, findlib, type_conv, camlp4 }:
{ stdenv, fetchurl, ocaml, findlib, type-conv, camlp4 }:
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
};
buildInputs = [ ocaml findlib ];
propagatedBuildInputs = [ type_conv camlp4 ];
propagatedBuildInputs = [ type-conv camlp4 ];
createFindlibDestdir = true;