blaze-builder 0.3.0.1 → 0.3.0.2
raw patch · 4 files changed
+7/−8 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Blaze/ByteString/Builder/Internal.hs +1/−1
- Blaze/ByteString/Builder/Word.hs +0/−6
- CHANGES +5/−0
- blaze-builder.cabal +1/−1
Blaze/ByteString/Builder/Internal.hs view
@@ -112,7 +112,7 @@ -- | Output all data written in the current buffer and start a new chunk. ----- The use uf this function depends on how the resulting bytestrings are+-- The use of this function depends on how the resulting bytestrings are -- consumed. 'flush' is possibly not very useful in non-interactive scenarios. -- However, it is kept for compatibility with the builder provided by -- Data.Binary.Builder.
Blaze/ByteString/Builder/Word.hs view
@@ -96,12 +96,6 @@ import Foreign -#if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__)-import GHC.Word (Word32(..),Word16(..),Word64(..))-#else-import Data.Word-#endif- ------------------------------------------------------------------------------ -- Word writes --------------
CHANGES view
@@ -1,5 +1,10 @@ * 0.3.0.1 + - Fix build warning in Blaze.ByteString.Builder.Word + (contributed by Greg Weber)++* 0.3.0.1+ - Remove comparison to the 'text' library encoding functions of 'Blaze.Builder.Char.Utf8.fromText' and 'Blaze.Builder.Char.Utf8.fromLazyText'. Bryan O'Sullivan reported that on
blaze-builder.cabal view
@@ -1,5 +1,5 @@ Name: blaze-builder-Version: 0.3.0.1+Version: 0.3.0.2 Synopsis: Efficient buffered output. Description: