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, core, pa_ounit, pa_test, sexplib}:
{stdenv, buildOcaml, fetchurl, core, pa-ounit, pa-test, sexplib}:
buildOcaml rec {
name = "textutils";
@@ -11,8 +11,8 @@ buildOcaml rec {
sha256 = "605d9fde66dc2d777721c936aa521e17169c143efaf9ff29619a7f273a7d0052";
};
buildInputs = [ pa_test ];
propagatedBuildInputs = [ core pa_ounit sexplib ];
buildInputs = [ pa-test ];
propagatedBuildInputs = [ core pa-ounit sexplib ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/textutils;