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

View File

@@ -1,4 +1,4 @@
{stdenv, buildOcaml, fetchurl, type_conv}:
{stdenv, buildOcaml, fetchurl, type-conv}:
buildOcaml rec {
name = "variantslib";
@@ -11,7 +11,7 @@ buildOcaml rec {
sha256 = "a948dcdd4ca54786fe0646386b6e37a9db03bf276c6557ea374d82740bf18055";
};
propagatedBuildInputs = [ type_conv ];
propagatedBuildInputs = [ type-conv ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/variantslib;