Revert "ocaml-modules: fix naming: "_" -> "-""

This commit is contained in:
ts468
2015-09-06 21:15:10 +02:00
parent a9dab9df61
commit 054be41e04
36 changed files with 130 additions and 156 deletions

View File

@@ -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;