0.2.0.7 - 2021-07-10
- GHC 9.x support
0.2.0.6 - 2020-06-03
- Relaxed dependency version bounds
0.2.0.5 - 2020-02-21
- Dependencies bump
0.2.0.4 - 2019-01-23
- Test suite dependencies bump
0.2.0.3 - 2018-10-08
- GHC 8.6.x support
0.2.0.2 - 2018-07-30
-
Use
doctest-driver-gen
to run doctests -
Dependencies bump
-
Use
markdown-unlit
to test code example in README
0.2.0.1 - 2018-03-15
- GHC 8.4.x support
0.2.0 - 2018-02-17
-
Package renamed to
static-text
as per #2. Old names were changed as follows:before after Data.Sext
Data.StaticText
Sext n a
Static a n
Sextable a
IsStaticText a
$(sext ..)
$(st ..)
0.1.3.1 - 2017-10-29
- GHC 8.2.x support
0.1.3 - 2017-03-26
ShortByteString
support
- A bug in
createLeft
which failed to actually pad/truncate strings (#4)
0.1.2 - 2017-01-18
Vector
support,Eq
andOrd
instances.
Contributed by Dylan Simon [email protected] (#3)
0.1.1 - 2016-19-12
- GHC 8.0.x support
0.1.0.2 - 2015-12-06
- GHC 7.10.x support