Unverified Commit 8ad2a44a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #256723 from wegank/reason-test

reason: fix passthru tests
parents d89d1ca0 ede4f1e8
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
{ lib, buildDunePackage, reason }:
{ buildDunePackage, ppxlib, reason }:

buildDunePackage rec {
  pname = "helloreason";
@@ -6,9 +6,12 @@ buildDunePackage rec {

  src = ./.;

  useDune2 = true;
  nativeBuildInputs = [
    reason
  ];

  buildInputs = [
    ppxlib
    reason
  ];

+1 −0
Original line number Diff line number Diff line
(lang dune 3.10)