Skip to content

Commit 737ddda

Browse files
jaredlyjordwalke
authored andcommitted
fix opam and stuff
1 parent ecb9903 commit 737ddda

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

reason-native-project.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ build: [
1717
]
1818
depends: [
1919
"jbuilder" {build}
20-
"reason-native-lib"
21-
"reason" {= "1.13.3"}
20+
"reason" {= "2.0.0"}
2221
]
2322
available: [ ocaml-version >= "4.02" & ocaml-version < "4.05" ]

test-with-version.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ opam switch "${OCAML_VERSION}"
99
eval `opam config env`
1010
opam update
1111
opam pin add -y ReasonNativeProject .
12-
make
13-
./test.native
12+
make run
1413
git diff --exit-code

0 commit comments

Comments
 (0)