Skip to content

Commit a8c3c3a

Browse files
authored
Merge pull request #64 from reflex-frp/release/0.0.8.4
Release 0.0.8.4
2 parents 8c56898 + 4d83a4d commit a8c3c3a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for patch
22

3+
## 0.0.8.4
4+
5+
* Support for GHC 9.12
6+
37
## 0.0.8.3
48

59
* Add support for GHC 9.8 and 9.10

patch.cabal

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: patch
3-
version: 0.0.8.3
3+
version: 0.0.8.4
44
license: BSD3
55
license-file: LICENSE
66
maintainer: maintainer@obsidian.systems
@@ -108,7 +108,8 @@ test-suite hlint
108108
base,
109109
directory,
110110
filepath,
111-
filemanip
111+
filemanip,
112+
patch
112113

113114
if impl(ghc >=9.6)
114115
buildable: False

0 commit comments

Comments
 (0)