File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ` queue-sheet-haskell ` ` 0.8.0.0 ` Release Notes
2
+
3
+ Date
4
+ : 2025-01-03
5
+
6
+ ## Overview
7
+
8
+ Queue Sheet is a utility that builds PDFs of lists. Printed PDFs can be used
9
+ to track progress when offline.
10
+
11
+ See the [ README] [ ] for details.
12
+
13
+ [ README ] : < https://github.com/ExtremaIS/queue-sheet-haskell#readme >
14
+
15
+ ## This Release
16
+
17
+ This release adds compatibility with the latest releases of GHC and removes
18
+ support for versions of GHC that were released more than five years ago. GHC
19
+ versions 8.8.4 through 9.10.1 are supported. Cabal version 3.0 through
20
+ 3.12.1.0 are supported.
21
+
22
+ There is one change to the code: tags and items are now separated by
23
+ whitespace, instead of commas. This allows YAML folded block scalars to be
24
+ used, to avoid long lines.
25
+
26
+ ### Compatibility
27
+
28
+ To use this release with a Stackage snapshot that does not include it, add
29
+ the following to your ` stack.yaml ` configuration:
30
+
31
+ ``` yaml
32
+ extra-deps :
33
+ - queue-sheet-0.8.0.0
34
+
35
+ # ## Issues
36
+
37
+ There are no known issues at this time.
You can’t perform that action at this time.
0 commit comments