Skip to content

Commit 5bc013b

Browse files
authored
Release 2.4.1 (#108)
1 parent f73a87e commit 5bc013b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog for Weeder
22

3+
### [`2.4.1`][v2.4.1] - *2023-01-05*
4+
5+
- Build with `lens-5.2`
6+
37
### [`2.4.0`][v2.4.0] - *2022-05-22*
48

59
- Weeder has been upgraded to support GHC 9.2 (only). As this changes the
@@ -230,6 +234,8 @@ maintained by Ollie Charles (@ocharles on GitHub).
230234
- Initial version
231235

232236

237+
[v2.4.1]: https://github.com/ocharles/weeder/releases/tag/2.4.1
238+
[v2.4.0]: https://github.com/ocharles/weeder/releases/tag/2.4.0
233239
[v2.3.1]: https://github.com/ocharles/weeder/releases/tag/2.3.1
234240
[v2.3.0 ]: https://github.com/ocharles/weeder/releases/tag/2.3.0
235241
[v2.2.0 ]: https://github.com/ocharles/weeder/releases/tag/2.2.0

weeder.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: weeder
55
author: Ollie Charles <[email protected]>
66
maintainer: Ollie Charles <[email protected]>
77
build-type: Simple
8-
version: 2.4.0
9-
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020
8+
version: 2.4.1
9+
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020-2023
1010
synopsis: Detect dead code
1111
description: Find declarations.
1212
homepage: https://github.com/ocharles/weeder#readme

0 commit comments

Comments
 (0)