Skip to content

Commit

Permalink
remove a couple references to camlp4
Browse files Browse the repository at this point in the history
add another ppx flag to see if it breaks compilation

add another ppx flag to see if it breaks compilation

replace include .depend line in Makefile
  • Loading branch information
John Christopher McAlpine committed Mar 28, 2019
1 parent 0b333f9 commit fe5ea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.distillery/demo_pgocaml_db.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open Os_db

(* We are using PGOCaml to make type safe DB requests to Postgresql.
The Makefile automatically compiles
all files *_db.ml with PGOCaml's camlp4 syntax extension.
all files *_db.ml with PGOCaml's ppx syntax extension.
*)

let get () =
Expand Down

0 comments on commit fe5ea6f

Please sign in to comment.