Skip to content

Commit

Permalink
Remove reason dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 23, 2024
1 parent ce7314b commit 8b31e42
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"packages": [
"path:./nix/ocaml#ocaml",
"path:./nix/ocaml#dune",
"path:./nix/ocaml#reason",
"path:./nix/ocaml#result",
"path:./nix/ocaml#findlib",
"path:./nix/ocaml#ppxlib",
Expand Down
1 change: 0 additions & 1 deletion devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"path:./nix/ocaml#merlin": {},
"path:./nix/ocaml#ocaml": {},
"path:./nix/ocaml#ppxlib": {},
"path:./nix/ocaml#reason": {},
"path:./nix/ocaml#result": {},
"yarn": {
"resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#yarn",
Expand Down
1 change: 0 additions & 1 deletion esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"dependencies": {
"ocaml": "4.12.0",
"@opam/reason": "3.8.2",
"@opam/dune": "3.7.0",
"@opam/ppxlib": "0.28.0",
"@opam/ocamlfind": "1.9.6"
Expand Down
1 change: 0 additions & 1 deletion nix/ocaml/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
packages = {
ocaml = ocamlPackages.ocaml;
dune = ocamlPackages.dune_3;
reason = ocamlPackages.reason;
result = ocamlPackages.result;
findlib = ocamlPackages.findlib;
ppxlib = ocamlPackages.ppxlib;
Expand Down

0 comments on commit 8b31e42

Please sign in to comment.