From 950b7f7d54abd218f8ec12272da453bf69469438 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 10 Nov 2019 18:58:06 +1300 Subject: [PATCH] Release Haskell Stylist 1.1.0.0! --- src/Data/CSS/Syntax/StyleSheet/ByteString.hs | 9 +++++++++ stylist.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/Data/CSS/Syntax/StyleSheet/ByteString.hs diff --git a/src/Data/CSS/Syntax/StyleSheet/ByteString.hs b/src/Data/CSS/Syntax/StyleSheet/ByteString.hs new file mode 100644 index 0000000..a0729d5 --- /dev/null +++ b/src/Data/CSS/Syntax/StyleSheet/ByteString.hs @@ -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 diff --git a/stylist.cabal b/stylist.cabal index eb16e20..3b986b6 100644 --- a/stylist.cabal +++ b/stylist.cabal @@ -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. -- 2.30.2