Skip to content

Commit 0edbd87

Browse files
authored
Apply suggestions from code review
1 parent 9109bae commit 0edbd87

File tree

1 file changed

+3
-2
lines changed
  • packages/awsm-codegen/awsm-codegen.0.1.0

1 file changed

+3
-2
lines changed

packages/awsm-codegen/awsm-codegen.0.1.0/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ bug-reports: "https://github.com/solvuu/awsm/issues"
99
depends: [
1010
"dune" {>= "3.6"}
1111
"cohttp"
12+
"uri-sexp"
1213
"core" {< "v0.16.0"}
1314
"core_unix"
1415
"ocamlformat"
1516
"ocamlgraph"
16-
"ppxlib"
17+
"ppxlib" {>= "0.26"}
1718
"re" {>= "1.7.2"}
1819
"sedlex" {>= "2.3"}
1920
"xmlm"
20-
"yojson"
21+
"yojson" {>= "1.6.0"}
2122
"odoc" {with-doc}
2223
]
2324
build: [

0 commit comments

Comments
 (0)