Skip to content

Commit

Permalink
Remove unused dependency on decoders-yojson
Browse files Browse the repository at this point in the history
  • Loading branch information
benbellick committed Oct 14, 2024
1 parent b93f305 commit 070d980
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name ppx_deriving_decoders)
(public_name ppx_deriving_decoders)
(libraries ppxlib decoders decoders-yojson containers)
(libraries ppxlib decoders containers)
(preprocess
(pps ppxlib.metaquot))
(kind ppx_deriver))
Expand Down
1 change: 0 additions & 1 deletion src/expander.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
open Ppxlib
module D = Decoders_yojson.Safe.Decode

let apply_substitution ~orig ~substi =
let mapper =
Expand Down
1 change: 0 additions & 1 deletion src/ppx_deriving_decoders.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
open Ppxlib
module D = Decoders_yojson.Safe.Decode

let name = "decoders"

Expand Down

0 comments on commit 070d980

Please sign in to comment.