Skip to content

Commit 265a780

Browse files
committed
Release 0.2.2.3
1 parent 6a2e813 commit 265a780

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex-gadt-api
22

3+
## 0.2.2.3
4+
5+
* Support GHC 9.12
6+
37
## 0.2.2.2
48

59
* Make Readme part of the library

reflex-gadt-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: reflex-gadt-api
3-
version: 0.2.2.2
3+
version: 0.2.2.3
44
synopsis: Interact with a GADT API in your reflex-dom application.
55
description:
66
This package is designed to be used in full-stack Haskell applications where the API is defined as a GADT and the frontend is using reflex-dom.
@@ -17,7 +17,7 @@ extra-source-files:
1717
ChangeLog.md
1818
Readme.md
1919

20-
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1
20+
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1 || ==9.12.1
2121

2222
library
2323
hs-source-dirs: src, .

0 commit comments

Comments
 (0)