Skip to content

Commit

Permalink
GHC 9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Oct 11, 2023
1 parent 95db1e1 commit a7623d5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- 9.4.5
# - 9.6.1
- 9.6.2
- 9.8.1
include:
- os: macos-latest
ghc: system
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in 0.22.2
- GHC 9.8 compatibility

Changes in 0.22.1
- Add `Test.DocTest.Internal.Run.doctestWithRepl`

Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ all: gh-md-toc
inject < README.template.md > ../README.md

gh-md-toc:
wget https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc
wget https://raw.githubusercontent.com/ekalinin/github-markdown-toc/656b34011a482544a9ebb4116332c044834bdbbf/gh-md-toc
chmod +x $@
16 changes: 11 additions & 5 deletions doctest.cabal

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

8 changes: 6 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctest
version: 0.22.1
version: 0.22.2
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 Expand Up @@ -32,9 +32,13 @@ extra-source-files:

ghc-options: -Wall

when:
- condition: impl(ghc >= 9.8)
ghc-options: -fno-warn-x-partial

dependencies:
- base >= 4.5 && < 5
- ghc >= 8.0 && < 9.7
- ghc >= 8.0 && < 9.10
- syb >= 0.3
- code-page >= 0.1
- deepseq
Expand Down

0 comments on commit a7623d5

Please sign in to comment.