This file is indexed.

/usr/lib/hugs/oldlib/IOExts.hs is in hugs 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
 9
10
11
12
13
module IOExts(
	module Hugs.IOExts,
	module Hugs.IORef,
	module Hugs.IOArray,
	module System.IO.Unsafe,
	module Debug.Trace,
    ) where

import Hugs.IOExts
import Hugs.IORef
import Hugs.IOArray
import System.IO.Unsafe
import Debug.Trace