File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments