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 c7c6586 commit 8a25debCopy full SHA for 8a25deb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [v0.0.5.2] - 07/04/2024
4
+
5
+* Allow GHC 9.6.4 and 9.8.2
6
7
## [v0.0.5.1] - 04/11/2023
8
9
* Allow bytestring 0.12 (for GHC 9.8) [#58](https://github.com/haskell-text/text-display/pull/58)
text-display.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: text-display
-version: 0.0.5.1
+version: 0.0.5.2
category: Text
synopsis: A typeclass for user-facing output
description:
0 commit comments