Skip to content

Commit

Permalink
Release 0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jul 27, 2024
1 parent ae00b17 commit 16d8efe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@ jobs:
steps:
- run: false
if: needs.build.result != 'success'

- uses: actions/checkout@v3
- run: curl -sSL https://raw.githubusercontent.com/sol/hpack/main/get-hpack.sh | bash
- run: hpack && git diff --color --exit-code
11 changes: 11 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes in 0.22.7
- cabal-doctest: Accept component
- cabal-doctest: Get rid of separate `cabal build` step
- cabal-doctest: Add support for `--list-options`

Changes in 0.22.6
- cabal-doctest: Take `with-compiler:` from `cabal-project` into account
- cabal-doctest: Add support for `--with-compiler`
- cabal-doctest: Fix `ghc-pkg` discovery logic
- cabal-doctest: Cache `doctest` executables

Changes in 0.22.5
- Add (experimental) `cabal-doctest` executable. This is guarded behind a
flag for now, use `cabal install doctest -f cabal-doctest` to install it.
Expand Down
2 changes: 1 addition & 1 deletion doctest.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctest
version: 0.22.6
version: 0.22.7
synopsis: Test interactive Haskell examples
description: |
`doctest` is a tool that checks [examples](https://www.haskell.org/haddock/doc/html/ch03s08.html#idm140354810775744)
Expand Down

0 comments on commit 16d8efe

Please sign in to comment.