File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ # ` queue-sheet-haskell ` ` 0.7.0.2 ` Release Notes
2+
3+ Date
4+ : 2022-03-02
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 is a patch release that makes updates to the package infrastructure. The
18+ package is now published to [ Hackage] [ ] and [ Stackage] [ ] , and dependency
19+ version upper bounds have been bumped. There are no changes to the API or
20+ CLI.
21+
22+ [ Hackage ] : < https://hackage.haskell.org/package/queue-sheet >
23+ [ Stackage ] : < https://stackage.org/package/queue-sheet >
24+
25+ ### Dependency Versions
26+
27+ The following dependency version upper bounds have been bumped to support the
28+ latest versions.
29+
30+ * [ ` optparse-applicative ` ] ( https://hackage.haskell.org/package/optparse-applicative )
31+ * [ ` text ` ] ( https://hackage.haskell.org/package/text )
32+
33+ ### Compatibility
34+
35+ Queue Sheet is currently tested with [ GHC 8.2.2] [ ] through [ GHC 9.2.1] [ ] . The
36+ ` .cabal ` file uses Cabal version 1.24 (included with GHC 8.2.2), so it should
37+ build fine on relatively old Haskell installations as well as current
38+ installations.
39+
40+ [ GHC 8.2.2 ] : < https://www.haskell.org/ghc/download_ghc_8_2_2.html >
41+ [ GHC 9.2.1 ] : < https://www.haskell.org/ghc/download_ghc_9_2_1.html >
42+
43+ ### Issues
44+
45+ There are no known issues at this time.
You can’t perform that action at this time.
0 commit comments