Skip to content

Commit

Permalink
pin ocamlfind + ocamlbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Jun 29, 2024
1 parent 7fa9cd4 commit 7a7cb55
Show file tree
Hide file tree
Showing 42 changed files with 1,241 additions and 904 deletions.
8 changes: 4 additions & 4 deletions compiler/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@grain/compiler",
"version": "0.6.4",
"esy": {
"build": [
"dune build @native --no-buffer"
],
"build": ["dune build @native --no-buffer"],
"buildEnv": {
"DUNE_BUILD_DIR": "#{self.target_dir}",
"GRAIN_STDLIB": "#{self.root / '..' / 'stdlib'}",
Expand Down Expand Up @@ -67,7 +65,9 @@
"@opam/cli": "reasonml/reason-native:cli.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
"@opam/file-context-printer": "reasonml/reason-native:file-context-printer.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
"@opam/pastel": "reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
"@opam/rely": "reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0"
"@opam/rely": "reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
"@opam/ocamlfind": "1.9.3",
"@opam/ocamlbuild": "0.14.2+win"
},
"installConfig": {
"pnp": false
Expand Down
Loading

0 comments on commit 7a7cb55

Please sign in to comment.