This file is indexed.

/usr/share/doc/libghc-base64-conduit-doc/html/base64-conduit.txt is in libghc-base64-conduit-doc 1.0.0-2build5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Base64-encode and decode streams of bytes.
--   
--   Base64-encode and decode streams of bytes.
@package base64-conduit
@version 1.0.0

module Data.Conduit.Base64
encode :: Monad m => Conduit ByteString m ByteString
decode :: Monad m => Conduit ByteString m ByteString
encodeURL :: Monad m => Conduit ByteString m ByteString
decodeURL :: Monad m => Conduit ByteString m ByteString