ocaml-bitstring: debug message removal

This commit is contained in:
Matthew Maurer 2015-06-28 21:09:24 +00:00
parent 2c64c34517
commit a145a70f1a

View File

@ -17,7 +17,7 @@ buildOcaml rec {
createFindlibDestdir = true;
hasSharedObjects = true;
preConfigure = "./bootstrap; echo breakhash";
preConfigure = "./bootstrap";
meta = with stdenv.lib; {
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.";