Skip to content

Commit b325b14

Browse files
Add release notes
1 parent 3261f86 commit b325b14

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# `queue-sheet-haskell` `0.7.0.0` Release Notes
2+
3+
Date
4+
: 2021-06-25
5+
6+
## Overview
7+
8+
This release of Queue Sheet fixes a bug and makes changes to the [Nix][]
9+
configuration. There are no changes to the Queue Sheet CLI.
10+
11+
[Nix]: <https://nixos.org/>
12+
13+
### Big Fix
14+
15+
This release includes a fix for a bug that broke `--help` output. The issue
16+
only affected builds using `optparse-applicative` `0.16`, so none of the
17+
published builds were affected.
18+
19+
### Nix Configuration
20+
21+
The Nix configuration now supports testing against the following GHC versions
22+
using known working `nixpkgs` revisions:
23+
24+
* GHC 8.2.2
25+
* GHC 8.4.4
26+
* GHC 8.8.4
27+
* GHC 8.10.4
28+
29+
Note that testing against the following GHC version using Nix is currently not
30+
working:
31+
32+
* GHC 8.6.5, because `ginger` is marked as broken

0 commit comments

Comments
 (0)