We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c56898 + 4d83a4d commit a8c3c3aCopy full SHA for a8c3c3a
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for patch
2
3
+## 0.0.8.4
4
+
5
+* Support for GHC 9.12
6
7
## 0.0.8.3
8
9
* Add support for GHC 9.8 and 9.10
patch.cabal
@@ -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
@@ -108,7 +108,8 @@ test-suite hlint
108
base,
109
directory,
110
filepath,
111
- filemanip
+ filemanip,
112
+ patch
113
114
if impl(ghc >=9.6)
115
buildable: False
0 commit comments