Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.2.2 #16

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release 0.2.2.2
alexfmpe committed Jan 14, 2025
commit 0d70761cb827cf39ce18797be6d5f406fcfe7260
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Revision history for reflex-gadt-api

## Unreleased
## 0.2.2.2

* Make Readme part of the library
* Support GHC 9.10
* Loosen version bounds

## 0.2.2.1-r1

2 changes: 1 addition & 1 deletion reflex-gadt-api.cabal
Original file line number Diff line number Diff line change
@@ -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.