Skip to content

Commit

Permalink
Removed the unnecessary direct Menhir dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 9, 2020
1 parent b764506 commit 009a990
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: opam install -y dune
- name: Install dependencies
run: |
opam install -y alcotest cmdliner cppo iso8601 menhir num ocolor wasm
opam install -y alcotest cmdliner cppo iso8601 num ocolor wasm
opam pin add -y clarity-lang https://github.com/weavery/clarity.ml -k git
- name: Build `sworn`
run: opam exec -- dune build
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ Sworn from source code:
- [ISO8601](https://opam.ocaml.org/packages/ISO8601/)
for date handling

- [Menhir](https://opam.ocaml.org/packages/menhir/)
for parsing

- [Num](https://opam.ocaml.org/packages/num/)
for 128-bit integers

Expand All @@ -326,7 +323,7 @@ Sworn from source code:
These aforementioned dependencies are all best installed via OPAM:

```bash
opam install -y alcotest cmdliner cppo iso8601 menhir num ocolor wasm
opam install -y alcotest cmdliner cppo iso8601 num ocolor wasm
opam pin add -y clarity-lang https://github.com/weavery/clarity.ml -k git
```

Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(lang dune 2.7)
(name sworn)
(version 0.4.0)
(using menhir 2.0)

0 comments on commit 009a990

Please sign in to comment.