We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16e73 commit 0d70761Copy full SHA for 0d70761
ChangeLog.md
@@ -1,8 +1,10 @@
1
# Revision history for reflex-gadt-api
2
3
-## Unreleased
+## 0.2.2.2
4
5
* Make Readme part of the library
6
+* Support GHC 9.10
7
+* Loosen version bounds
8
9
## 0.2.2.1-r1
10
reflex-gadt-api.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: reflex-gadt-api
-version: 0.2.2.1
+version: 0.2.2.2
synopsis: Interact with a GADT API in your reflex-dom application.
description:
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.
0 commit comments