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.