Skip to content

Commit

Permalink
Explicitly declare Alcotest's deps on fmt
Browse files Browse the repository at this point in the history
It was transitively working thanks to fmt.tty with the upstream fmt
version but trying to use fmt's dune port failed.
  • Loading branch information
NathanReb committed Aug 10, 2020
1 parent cc94a8c commit 019ed53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### unreleased

- Fix compatibility with `fmt.0.8.8+dune` by adding a missing `fmt` dependency
in `alcotest`'s dune file (#266, @NathanReb)

### 1.2.1 (2020-07-15)

- Surround pretty-printed diffs with quotes to make trailing whitespace more
Expand Down
2 changes: 1 addition & 1 deletion src/alcotest/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library
(public_name alcotest)
(libraries alcotest.engine astring fmt.tty))
(libraries alcotest.engine astring fmt fmt.tty))

0 comments on commit 019ed53

Please # to comment.