-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c340dfc
commit 5852e23
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# `redact-haskell` `0.3.0.0` Release Notes | ||
|
||
Date | ||
: 2021-06-25 | ||
|
||
## Overview | ||
|
||
This release of `redact` fixes a bug and makes changes to the [Nix][] | ||
configuration. There are no changes to the `redact` CLI. | ||
|
||
[Nix]: <https://nixos.org/> | ||
|
||
### Big Fix | ||
|
||
This release includes a fix for a bug that broke `--help` output. The issue | ||
only affected builds using `optparse-applicative` `0.16`, so none of the | ||
published builds were affected. | ||
|
||
### Nix Configuration | ||
|
||
The Nix configuration now supports testing against the following GHC versions | ||
using known working `nixpkgs` revisions: | ||
|
||
* GHC 8.2.2 | ||
* GHC 8.4.4 | ||
* GHC 8.6.5 | ||
* GHC 8.8.4 | ||
* GHC 8.10.4 | ||
* GHC 9.0.1 |