ocaml modules: fix some CamelCase and under_scores
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, buildOcaml, fetchurl, type_conv}:
|
||||
{stdenv, buildOcaml, fetchurl, type-conv}:
|
||||
|
||||
buildOcaml rec {
|
||||
name = "comparelib";
|
||||
@@ -11,7 +11,7 @@ buildOcaml rec {
|
||||
sha256 = "1075fb05e0d1e290f71ad0f6163f32b2cb4cebdc77568491c7eb38ba91f5db7e";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ type_conv ];
|
||||
propagatedBuildInputs = [ type-conv ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/janestreet/comparelib;
|
||||
|
||||
Reference in New Issue
Block a user