~alcinnz/haskell-stylist

950b7f7d54abd218f8ec12272da453bf69469438 — Adrian Cochrane 4 years ago 04976d4
Release Haskell Stylist 1.1.0.0!
2 files changed, 10 insertions(+), 1 deletions(-)

A src/Data/CSS/Syntax/StyleSheet/ByteString.hs
M stylist.cabal
A src/Data/CSS/Syntax/StyleSheet/ByteString.hs => src/Data/CSS/Syntax/StyleSheet/ByteString.hs +9 -0
@@ 0,0 1,9 @@
-- To determine the text encoding, attempt each text encoding to look for an initial @charset, falling back to UTF8
-- An abstraction would do the test itself.
-- text (Data.Text.Encoding) module includes:
--  decodeLatin1
--  decodeUtf8
--  decodeUtf16LE
--  decodeUtf16BE
--  decodeUtf32LE
--  decodeUtf32BE

M stylist.cabal => stylist.cabal +1 -1
@@ 10,7 10,7 @@ name:                stylist
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             1.0.0.0
version:             1.1.0.0

-- A short (one-line) description of the package.
synopsis:            Apply CSS styles to a document tree.