Skip to content

Commit

Permalink
Merge pull request #133 from djs55/remove-dep
Browse files Browse the repository at this point in the history
Remove unnecessary dependency on ppx_deriving
  • Loading branch information
djs55 authored Nov 5, 2017
2 parents b7cdf99 + 46179ef commit e6086d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions protocol-9p-tool.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build: [
]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"protocol-9p" {= "0.11.2"}
"protocol-9p-unix" {= "0.11.2"}
"protocol-9p"
"protocol-9p-unix"
"base-bytes"
"rresult"
"logs" {>= "0.5.0"}
Expand Down
1 change: 0 additions & 1 deletion protocol-9p-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ depends: [
"logs" {>= "0.5.0"}
"win-error"
"io-page-unix" {>= "2.0.0"}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_tools" {build}
"alcotest" {test & >= "0.4.0"}
Expand Down
1 change: 0 additions & 1 deletion protocol-9p.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ depends: [
"fmt"
"logs" {>= "0.5.0"}
"win-error"
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_tools" {build}
"alcotest" {test & >= "0.4.0"}
Expand Down

0 comments on commit e6086d0

Please sign in to comment.