Changelog for wl-pprint-text-1.2.0.2
1.2.0.2 (2022-01-09)
- Dependency bumps.
1.2.0.1 (2020-01-28)
- Dependency bumps.
1.2.0.0 (2018-05-07)
-
Remove
IsString (m Doc)instance (#16). -
Export the
besidefunction from both modules.-
For non-Monadic pretty-printing this is identical to the Semigroup/Monoid
<>combinator. -
For Monadic pretty-printing this is the lifted version of
<>.
-
-
No longer export
<>. Usebesideinstead, or the Semigroup/Monoid instance (for non-Monadic).
1.1.1.1 (2018-04-13)
- Support for GHC-8.4.1.
1.1.1.0 (2017-01-26)
-
Support strict
Textvalues (thanks to Elliot Cameron). -
Loosened constraints from
MonadtoFunctorwhere applicable (thanks to Elliot Cameron). -
Uses
base-compatto make it easier to support multiple GHC versions. -
Add
isEmpty :: Doc -> Bool. -
Support
Semigroupinbase >= 4.9.0.0.
1.1.0.4 (2015-04-06)
- Support
GHC-7.10.
1.1.0.3 (2014-12-24)
- Support
text-1.2.*.
1.1.0.2 (2014-01-16)
- Support
text-1.1.0.0.
1.1.0.1 (2013-12-23)
This probably should have been 1.1.1.0.
-
Documentation fixes.
-
Add
displayB,spacebreakand<++>. -
Smarter treatment of spaces, newlines, etc. (including how
linebehaves inrenderOneLine).
1.1.0.0 (2012-08-22)
-
Docis now an instance ofMonoid. -
Add
renderOneLinefunction. -
Add
IsStringinstances. -
Make
SimpleDocan instance ofShowfor convenience. -
Make the
Showinstance forDocmatch the documentation.
1.0.0.0 (2012-05-22)
- Initial version,