diff options
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6269bd5b2d..f265aee249 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -561,7 +561,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)")) #:phases (modify-phases %standard-phases (delete 'configure)) - ; some failures because of changes in OCaml's error message formating + ; some failures because of changes in OCaml's error message formatting #:tests? #f)) (home-page "https://github.com/ocaml/ocamlbuild") (synopsis "OCaml build tool") @@ -2874,7 +2874,7 @@ interface files.") (propagated-inputs (list ocaml-odoc)) (home-page "https://github.com/rdicosmo/parmap") - (synopsis "Parallel map and fold primtives for OCaml") + (synopsis "Parallel map and fold primitives for OCaml") (description "Library to perform parallel fold or map taking advantage of multiple core architectures for OCaml programs. Drop-in replacement for these @@ -4831,7 +4831,7 @@ file (POSIX like) and filename.") (substitute* "test/test-main/Test.ml" ;; most of these tests fail because ld cannot find crti.o, but according ;; to the log file, the environment variables {LD_,}LIBRARY_PATH - ;; are set correctly when LD_LIBRARY_PATH is defined beforhand. + ;; are set correctly when LD_LIBRARY_PATH is defined beforehand. (("TestBaseCompat.tests;") "") (("TestExamples.tests;") "") (("TestFull.tests;") "") @@ -6675,7 +6675,7 @@ the OCaml code.") (modify-phases %standard-phases (add-after 'unpack 'fix-test-format (lambda _ - ;; Since sexplib >= 0.15, error formating has changed + ;; Since sexplib >= 0.15, error formatting has changed (substitute* "test/driver/exception_handling/run.t" (("\\(Failure ") "Failure(")) (substitute* "test/base/test.ml" @@ -6727,7 +6727,7 @@ OCaml AST in the OCaml syntax; "11bkw7fgzfay8ws0piwphqip3y2lk2c9s2gil3zisnbvka92h1va")) (build-system dune-build-system) (arguments - ;; Tests are currenlty failing + ;; Tests are currently failing ;; (see https://github.com/janestreet/ppx_compare/issues/10) '(#:tests? #f)) (propagated-inputs |