Skip to content

Commit

Permalink
Release 2.2.0 (#83)
Browse files Browse the repository at this point in the history
This will likely be the last release before we switch to GHC 9.
  • Loading branch information
ocharles authored Aug 29, 2021
1 parent c724f19 commit b810f19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Changelog for Weeder

### Unreleased
### [`2.2.0`][v2.2.0] - *2021-08-28*

This will likely be the last Weeder release before GHC 9.

- Allow configuration of the HIE file extension using the `--hie-extension` command-line flag
- Add `--require-hs-files` switch. If supplied, this switch means Weeder will only consider `.hie` files where a corresponding `.hs` file can be found. ([#50](https://github.com/ocharles/weeder/pull/50))
- Pattern synonyms are now considered ([#79](https://github.com/ocharles/weeder/pull/79))
- Weeder's output format is now one-line-per-weed ([#62](https://github.com/ocharles/weeder/pull/62))
- `--hie-extension` can be used to change the extension used for `.hie` files ([#64](https://github.com/ocharles/weeder/pull/64))

### [`2.1.3`][v2.1.3] - *2020-12-11*

Expand Down Expand Up @@ -190,6 +196,8 @@ maintained by Ollie Charles (@ocharles on GitHub).

- Initial version


[v2.2.0 ]: https://github.com/ocharles/weeder/releases/tag/2.2.0
[v2.1.3 ]: https://github.com/ocharles/weeder/releases/tag/2.1.3
[v2.1.2 ]: https://github.com/ocharles/weeder/releases/tag/2.1.2
[v2.1.1 ]: https://github.com/ocharles/weeder/releases/tag/2.1.1
Expand Down
2 changes: 1 addition & 1 deletion weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: weeder
author: Ollie Charles <[email protected]>
maintainer: Ollie Charles <[email protected]>
build-type: Simple
version: 2.1.3
version: 2.2.0
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020
synopsis: Detect dead code
description: Find declarations.
Expand Down

0 comments on commit b810f19

Please sign in to comment.