Skip to content
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