Skip to content

Commit

Permalink
Update "@SInCE" of new functions to 0.12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clyring committed Feb 15, 2024
1 parent d674964 commit b297904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/ByteString/Builder/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ byteStringInsert =
-- strings that are free of embedded (overlong-encoded as the two-byte sequence
-- @0xC0 0x80@) null characters.
--
-- @since 0.11.5.0
-- @since 0.12.1.0
{-# INLINABLE asciiLiteralCopy #-}
asciiLiteralCopy :: Ptr Word8 -> Int -> Builder
asciiLiteralCopy = \ !ip !len -> builder $ \k br -> do
Expand Down Expand Up @@ -942,7 +942,7 @@ foreign import ccall unsafe "string.h strstr" c_strstr
-- encoded strings that may contain embedded overlong-encodings (as the
-- two-byte sequence @0xC0 0x80@) of null characters.
--
-- @since 0.11.5.0
-- @since 0.12.1.0
{-# INLINABLE modUtf8LitCopy #-}
modUtf8LitCopy :: Ptr Word8 -> Int -> Builder
modUtf8LitCopy = \ !ip !len -> builder $ \k br -> do
Expand Down

0 comments on commit b297904

Please sign in to comment.