Skip to content

Commit 1089966

Browse files
committed
release
1 parent f1f363c commit 1089966

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

greskell-core/ChangeLog.md

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

3+
## 1.0.0.4 -- 2025-01-30
4+
5+
* Support ghc-9.12 (base-4.21).
6+
37
## 1.0.0.3 -- 2024-11-05
48

59
* Bump dependency version bounds.

greskell-core/greskell-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: greskell-core
2-
version: 1.0.0.3
2+
version: 1.0.0.4
33
author: Toshio Ito <debug.ito@gmail.com>
44
maintainer: Toshio Ito <debug.ito@gmail.com>
55
license: BSD3

greskell-websocket/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Revision history for greskell-websocket
22

3-
## 1.0.0.4 -- ???
3+
## 1.0.0.4 -- 2025-01-30
44

55
* Fix the bug where greskell-websocket didn't work at all with `async-2.2.5`. (see https://github.com/debug-ito/greskell/pull/17 )
6+
* Support ghc-9.12 (base-4.21).
67

78
## 1.0.0.3 -- 2024-11-21
89

greskell-websocket/greskell-websocket.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: greskell-websocket
2-
version: 1.0.0.3
2+
version: 1.0.0.4
33
author: Toshio Ito <debug.ito@gmail.com>
44
maintainer: Toshio Ito <debug.ito@gmail.com>
55
license: BSD3

greskell/ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Revision history for greskell
22

3-
## 2.0.3.3 -- ???
3+
## 2.0.3.3 -- 2025-01-30
44

55
* Binder: now `newBind` produces an expression like `((__v0))`, that is, a variable name wrapped with double parens.
66
(see https://github.com/debug-ito/greskell/issues/18 )
7-
While this is basically backward-compatible, it can break a user code if it depends on the internal of the `Greskell` retruned by `newBind`.
7+
While this is basically backward-compatible, it can break a user code if it depends on the internal of the `Greskell` returned by `newBind`.
8+
* Support ghc-9.12 (base-4.21).
89

910

1011
## 2.0.3.2 -- 2024-11-05

greskell/greskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: greskell
2-
version: 2.0.3.2
2+
version: 2.0.3.3
33
author: Toshio Ito <debug.ito@gmail.com>
44
maintainer: Toshio Ito <debug.ito@gmail.com>
55
license: BSD3

0 commit comments

Comments
 (0)