Skip to content

Commit

Permalink
Bump to 0.4.8 and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 4, 2024
1 parent a2dd5f2 commit 9ad2ac4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
19 changes: 9 additions & 10 deletions STMonadTrans.cabal
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
cabal-version: 1.18
name: STMonadTrans
version: 0.4.7
x-revision: 1
license: BSD3
license-file: LICENSE
author: Josef Svenningsson
maintainer: [email protected], Andreas Abel
name: STMonadTrans
version: 0.4.8
license: BSD3
license-file: LICENSE
author: Josef Svenningsson
maintainer: Andreas Abel, [email protected]
homepage: https://github.com/josefs/STMonadTrans
bug-reports: https://github.com/josefs/STMonadTrans/issues
category: Monads
build-type: Simple
synopsis: A monad transformer version of the ST monad
category: Monads
build-type: Simple
synopsis: A monad transformer version of the ST monad
description:
A monad transformer version of the ST monad.
.
Expand Down
11 changes: 9 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
0.4.7
0.4.8 -- 2023-01-04

* Added `Alternative` instance for `STT`, by William Rusnack
(PR [#33](https://github.com/josefs/STMonadTrans/pull/33)).
* Drop support for GHC 7.
* Tested with GHC 8.0.2 - 9.8.1.

0.4.7 -- 2023-05-18

* Added `MonadIO` for `SST` (issue [#29](https://github.com/josefs/STMonadTrans/issues/29)).
* Make `transformers` dependency explicit.
* Bump `cabal-version` of `STMonadTrans.cabal` to 1.18.
* Tested with GHC 7.6.3 - 9.6.1.

0.4.6
0.4.6 -- 2021-08-21

* Warning-free for all supported GHC versions (7.6 -- 9.2).
* Drop `splitBase` cabal flag (`base >= 4` is already assumed).
Expand Down

0 comments on commit 9ad2ac4

Please sign in to comment.