Commit dce82561 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.graphql_ppx: use dune 3

parent c8f90704
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ lib, buildDunePackage, fetchFromGitHub, alcotest, reason
, result
, ppxlib
, yojson }:

@@ -6,6 +7,8 @@ buildDunePackage rec {
  pname = "graphql_ppx";
  version = "1.2.2";

  duneVersion = "3";

  minimalOCamlVersion = "4.08";

  src = fetchFromGitHub {
@@ -19,6 +22,7 @@ buildDunePackage rec {

  propagatedBuildInputs = [
    reason
    result
    yojson
  ];

@@ -26,8 +30,6 @@ buildDunePackage rec {

  doCheck = true;

  useDune2 = true;

  meta = {
    homepage = "https://github.com/reasonml-community/graphql_ppx";
    description = "GraphQL PPX rewriter for Bucklescript/ReasonML";