Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwong-ocaml committed Oct 30, 2020
1 parent 8b6ad3d commit 7ba6144
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.14.2

- Upgrade to ppxlib 0.18.0

## v0.14.1

- Depend on ppxlib >= v0.15.0.
Expand Down
2 changes: 1 addition & 1 deletion expander/sexp_grammar_lifter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type atom = Atom.t
type var_name = Sexp.Private.Raw_grammar.var_name
type type_name = Sexp.Private.Raw_grammar.type_name

let lift_string ~loc s = pexp_constant ~loc (Pconst_string (s, None))
let lift_string ~loc s = pexp_constant ~loc (Pconst_string (s, loc, None))
let lift_var_name = lift_string
let lift_type_name = lift_string

Expand Down
2 changes: 1 addition & 1 deletion ppx_sexp_conv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"base" {>= "v0.14" & < "v0.15"}
"sexplib0" {>= "v0.14" & < "v0.15"}
"dune" {>= "2.0.0"}
"ppxlib" {>= "0.11.0"}
"ppxlib" {>= "0.18.0"}
]
synopsis: "[@@deriving] plugin to generate S-expression conversion functions"
description: "
Expand Down

0 comments on commit 7ba6144

Please sign in to comment.