This file is indexed.

/usr/share/doc/libhugs-cabal-bundled/examples/Cabal/hapax.hs is in libhugs-cabal-bundled 98.200609.21-5.3.

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
-- Simple general-purpose Cabal setup script

module Main (main) where

import Distribution.Simple (defaultMainWithHooks, defaultUserHooks)

main :: IO ()
main = defaultMainWithHooks defaultUserHooks