File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : reflex-gadt-api
3- version : 0.2.2.2
3+ version : 0.2.2.3
44synopsis : Interact with a GADT API in your reflex-dom application.
55description :
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
2222library
2323 hs-source-dirs : src, .
You can’t perform that action at this time.
0 commit comments