Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.8.4 #64

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for patch

## 0.0.8.4

* Support for GHC 9.12

## 0.0.8.3

* Add support for GHC 9.8 and 9.10
Expand Down
5 changes: 3 additions & 2 deletions patch.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: patch
version: 0.0.8.3
version: 0.0.8.4
license: BSD3
license-file: LICENSE
maintainer: maintainer@obsidian.systems
Expand Down Expand Up @@ -108,7 +108,8 @@ test-suite hlint
base,
directory,
filepath,
filemanip
filemanip,
patch

if impl(ghc >=9.6)
buildable: False
Expand Down
Loading