Add shaped runs for demo.
Allow custom font options outside FontLoader.
Improve test readability with runIO.
Add internal functions for "shaped runs" output.
Allow polymorphism in writing golden tests.
Refactor pretty printing for golden tests.
Test effect of paragraph prefix.
Document considerations for beginsText/endsText.
Reduce test dependencies on fonts.
Properly use ICU locale identifiers.
Fix version number in changelog.
Declare Hspec version bounds.
Loosen dependency bounds.
Clarify spanLanguage and add basic ICU conversion.
Remove (~) operator from ParagraphConstruction.
The tilde operator was causing compilation errors with older versions
of GHC, possibly due to a conflict with the lazy pattern match syntax.
It has been replaced by a pure Haskell alternative that uses function
application.