Unverified Commit 07587f91 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

ocamlPackages.odds: small fixes (#371357)

parents fea2ee4a b5b41d49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ buildDunePackage rec {
  pname = "odds";
  version = "1.2";

  minimalOcamlVersion = "5.0.0";
  minimalOCamlVersion = "5.0.0";

  src = fetchFromGitHub {
    owner = "raphael-proust";
@@ -18,7 +18,7 @@ buildDunePackage rec {
    hash = "sha256-tPDowkpsJQKCoeuXOb9zPORoudUvkRBZ3OzkH2QE2zg=";
  };

  propagatedBuildInputs = [
  buildInputs = [
    cmdliner
  ];