Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [v0.0.3.0] - DD/MM/YYY

This is an experimental release.

* Support for text-2.0


## [v0.0.2.0] – 13/03/2022

This is an experimental release.
Expand Down
2 changes: 1 addition & 1 deletion text-display.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
build-depends:
, base >=4.12 && <= 5
, bytestring ^>=0.10 || ^>=0.11
, text ^>=1.2
, text <2.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um.. That's not quite allowing 2.0 (=


test-suite text-display-test
import: common-extensions
Expand Down