Skip to content

Commit

Permalink
use :seti instead of set in haddock
Browse files Browse the repository at this point in the history
See sol/doctest#327 (comment)
for discussion on this issue.
  • Loading branch information
pranaysashank committed May 10, 2023
1 parent c0ecd72 commit f62e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Builder/HTTP/Chunked.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ minimalBufferSize = minimalChunkSize + maxEncodingOverhead

-- | Transform a builder such that it uses chunked HTTP transfer encoding.
--
-- >>> :set -XOverloadedStrings
-- >>> :seti -XOverloadedStrings
-- >>> import Data.ByteString.Builder as B
-- >>> let f = B.toLazyByteString . chunkedTransferEncoding . B.lazyByteString
-- >>> f "data"
Expand Down

0 comments on commit f62e29e

Please sign in to comment.