We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770dba1 commit 94f1603Copy full SHA for 94f1603
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## [v1.0.0.0] - 21/07/2024
+## [v1.0.0.0] - 05/01/2024
4
5
* Remove support for GHC 8.10 to 9.0 inclusive
6
* `text-display` is now backed by [`text-builder-linear`](https://flora.pm/packages/@hackage/text-builder-linear)
text-display.cabal
@@ -33,11 +33,10 @@ extra-doc-files:
33
CHANGELOG.md
34
35
tested-with:
36
- GHC ==9.2.8
37
- || ==9.4.8
38
- || ==9.6.6
39
- || ==9.8.2
+ GHC ==9.6.6
+ || ==9.8.4
40
|| ==9.10.1
+ || ==9.12.1
41
42
flag book
43
description: Enable the generation of the book
0 commit comments