Skip to content

Commit

Permalink
Add ppx_deriving dependency after 766d123
Browse files Browse the repository at this point in the history
This patch adds an explicit dependency to ppx_deriving to alt-ergo-lib
and to the nix config.
  • Loading branch information
bclement-ocp committed Oct 10, 2023
1 parent 766d123 commit 73b5de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let
ppx_blob
dolmen_loop
camlzip
ppx_deriving
];
};

Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(ppx_blob (>= 0.7.2))
(camlzip (>= 1.07))
(odoc :with-doc)
ppx_deriving
)
(conflicts
(ppxlib (< 0.30.0))
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ pkgs.mkShell {
cmdliner
ppx_blob
odoc
ppx_deriving
];
}

0 comments on commit 73b5de2

Please sign in to comment.