Skip to content

Commit

Permalink
Add ppx_deriving to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Oct 4, 2023
1 parent 12a03ce commit 2793a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions document_calculus.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bug-reports:
depends: [
"ocaml"
"dune" {>= "3.6"}
"ppx_deriving"
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
(package
(name document_calculus)
(synopsis "Accompanying materials for \"A Core Calculus for Documents\" (Crichton and Krishnamurthi 2024).")
(depends ocaml dune))
(depends ocaml dune ppx_deriving))
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library
(name document_calculus)
(libraries base ppx_deriving.std)
(libraries ppx_deriving.std)
(preprocess (pps ppx_deriving.show)))

0 comments on commit 2793a6c

Please sign in to comment.