/usr/share/doc/libghc-blaze-textual-doc/html/blaze-textual.txt is in libghc-blaze-textual-doc 0.2.0.8-3build2.
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 16 17 18 19 20 21 22 23 24 25 26 27 28 | -- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Fast rendering of common datatypes
--
-- A library for efficiently rendering Haskell datatypes to bytestrings.
--
-- <i>Note</i>: if you use GHCi or Template Haskell, please see the
-- <tt>README</tt> file for important details about building this
-- package, and other packages that depend on it:
-- <a>https://github.com/bos/blaze-textual#readme</a>
@package blaze-textual
@version 0.2.0.8
module Blaze.Text.Int
digit :: Integral a => a -> Builder
integral :: (Integral a, Show a) => a -> Builder
minus :: Builder
module Blaze.Text.Double
float :: Float -> Builder
double :: Double -> Builder
module Blaze.Text
float :: Float -> Builder
double :: Double -> Builder
integral :: (Integral a, Show a) => a -> Builder
|