This file is indexed.

/usr/share/doc/libghc-setlocale-doc/html/setlocale.txt is in libghc-setlocale-doc 1.0.0.5-1.

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
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Haskell bindings to setlocale
--   
--   Haskell bindings to setlocale
@package setlocale
@version 1.0.0.5

module System.Locale.SetLocale
data Category
LC_ALL :: Category
LC_COLLATE :: Category
LC_CTYPE :: Category
LC_MESSAGES :: Category
LC_MONETARY :: Category
LC_NUMERIC :: Category
LC_TIME :: Category
categoryToCInt :: Category -> CInt
setLocale :: Category -> Maybe String -> IO (Maybe String)
instance GHC.Show.Show System.Locale.SetLocale.Category
instance GHC.Read.Read System.Locale.SetLocale.Category
instance GHC.Classes.Ord System.Locale.SetLocale.Category
instance GHC.Classes.Eq System.Locale.SetLocale.Category
instance GHC.Enum.Enum System.Locale.SetLocale.Category
instance GHC.Enum.Bounded System.Locale.SetLocale.Category