Skip to content

Commit 7765618

Browse files
Fix Makefile merge conflicts
1 parent 950bbe8 commit 7765618

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,10 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
135135
@{ case "$*" in \
136136
*5.0*) opam pin add -n --yes --switch $* sexplib0.v0.15.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
137137
esac };
138-
<<<<<<< HEAD
139-
opam pin add -n --yes --switch $* base.v0.14.3 https://github.com/janestreet/base.git#v0.14.3
140-
=======
141-
opam pin add -n --yes --switch $* base.v0.15.0 https://github.com/janestreet/base.git#v0.15.0
142-
opam pin add -n --yes --switch $* eventlog-tools https://github.com/ocaml-multicore/eventlog-tools.git#multicore
143-
>>>>>>> be86e47 (Require owl dependencies to be installed)
144138
opam pin add -n --yes --switch $* coq-core https://github.com/ejgallego/coq/archive/refs/tags/multicore-2021-09-29.tar.gz
145139
opam pin add -n --yes --switch $* coq-stdlib https://github.com/ejgallego/coq/archive/refs/tags/multicore-2021-09-29.tar.gz
146140
opam pin add -n --yes --switch $* base.0.15.0 git+https://github.com/patricoferris/base.git#500+random
141+
opam pin add -n --yes --switch $* eventlog-tools https://github.com/ocaml-multicore/eventlog-tools.git#multicore
147142

148143
override_packages/%: setup_sys_dune/%
149144
$(eval CONFIG_SWITCH_NAME = $*)

0 commit comments

Comments
 (0)