We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756d16b commit 3aa873cCopy full SHA for 3aa873c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [v0.0.3.0] - DD/MM/YYY
4
+
5
+This is an experimental release.
6
7
+* Support for text-2.0
8
9
10
## [v0.0.2.0] – 13/03/2022
11
12
This is an experimental release.
text-display.cabal
@@ -43,7 +43,7 @@ library
43
build-depends:
44
, base >=4.12 && <= 5
45
, bytestring ^>=0.10 || ^>=0.11
46
- , text ^>=1.2
+ , text >=1.2
47
48
test-suite text-display-test
49
import: common-extensions
0 commit comments