Skip to content

Commit

Permalink
fixing dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-mcginty committed Sep 21, 2020
1 parent 453ccba commit c4fbb4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions libev.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,32 @@
},
"homepage": "https://github.com/shawn-mcginty/naboris#readme",
"dependencies": {
"@opam/base64": ">=3.4.0",
"@opam/dune": "*",
"@opam/digestif": ">=0.8.0",
"@opam/reason": ">=3.4.0",
"@opam/httpaf": ">=0.6.0",
"@opam/httpaf-lwt-unix": ">=0.6.0",
"@opam/lwt": ">=5.1.1",
"@opam/lwt_ppx": ">=2.0.1",
"@opam/uri": ">=2.2.0"
},
"devDependencies": {
"ocaml": "~4.7",
"esy": "^0.5.6",
"@opam/cohttp": "*",
"@opam/cohttp-lwt-unix": "*",
"@opam/alcotest": "~1.0.0",
"@opam/alcotest-lwt": "~1.0.0",
"@opam/cohttp": "*",
"@opam/cohttp-lwt-unix": "*",
"@opam/conf-libev": "*",
"@opam/odoc": "*"
"@opam/odoc": "*",
"@opam/merlin": "*",
"esy": "^0.5.6",
"ocaml": "~4.8",
"reason-cli": "*"
},
"peerDependencies": {
"ocaml": ">=4.5.0"
"ocaml": ">=4.8.0"
},
"resolutions": {
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb66"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@opam/odoc": "*",
"@opam/merlin": "*",
"esy": "^0.5.6",
"ocaml": "~4.7",
"ocaml": "~4.8",
"reason-cli": "*"
},
"peerDependencies": {
"ocaml": ">=4.5.0"
"ocaml": ">=4.8.0"
}
}

0 comments on commit c4fbb4c

Please sign in to comment.