Skip to content

Commit 7a7cb55

Browse files
committed
pin ocamlfind + ocamlbuild
1 parent 7fa9cd4 commit 7a7cb55

File tree

42 files changed

+1241
-904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1241
-904
lines changed

compiler/esy.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "@grain/compiler",
33
"version": "0.6.4",
44
"esy": {
5-
"build": [
6-
"dune build @native --no-buffer"
7-
],
5+
"build": ["dune build @native --no-buffer"],
86
"buildEnv": {
97
"DUNE_BUILD_DIR": "#{self.target_dir}",
108
"GRAIN_STDLIB": "#{self.root / '..' / 'stdlib'}",
@@ -67,7 +65,9 @@
6765
"@opam/cli": "reasonml/reason-native:cli.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
6866
"@opam/file-context-printer": "reasonml/reason-native:file-context-printer.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
6967
"@opam/pastel": "reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
70-
"@opam/rely": "reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0"
68+
"@opam/rely": "reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0",
69+
"@opam/ocamlfind": "1.9.3",
70+
"@opam/ocamlbuild": "0.14.2+win"
7171
},
7272
"installConfig": {
7373
"pnp": false

0 commit comments

Comments
 (0)