Skip to content

Commit

Permalink
Issues with Cmdliner 1.1.0, revert to 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ploc committed Feb 15, 2022
1 parent 33c1abd commit d25b3d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: opam install deps
run: opam install ./*.opam --deps-only

- name: test
run: opam list

# make use `dune build` which update .opam file if the dune-project is updated
- name: Make
run: opam exec -- make
Expand Down
2 changes: 1 addition & 1 deletion alt-ergo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"alt-ergo-lib" {= version}
"alt-ergo-parsers" {= version}
"menhir"
"cmdliner"
"cmdliner" {= "1.0.4"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
Expand Down
2 changes: 1 addition & 1 deletion altgr-ergo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"alt-ergo-parsers" {= version}
"lablgtk"
"conf-gtksourceview"
"cmdliner"
"cmdliner" {= "1.0.4"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See more details on https://alt-ergo.ocamlpro.com/")
(alt-ergo-lib (= :version))
(alt-ergo-parsers (= :version))
menhir
cmdliner
(cmdliner (= 1.0.4))
(odoc :with-doc)
)
)
Expand All @@ -55,7 +55,7 @@ See more details on https://alt-ergo.ocamlpro.com/"
(alt-ergo-parsers (= :version))
lablgtk
conf-gtksourceview
cmdliner
(cmdliner (= 1.0.4))
(odoc :with-doc)
)
)
Expand Down

0 comments on commit d25b3d9

Please sign in to comment.