This file is indexed.

/usr/lib/haskell-packages/ghc/lib/unix-compat-0.4.0.0/ghc-7.6.3/include/HsUnixCompat.h is in libghc-unix-compat-dev 0.4.0.0-2.

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
#include "HsUnixConfig.h"
#include <sys/types.h>

unsigned int unix_major(dev_t dev);
unsigned int unix_minor(dev_t dev);
dev_t unix_makedev(unsigned int maj, unsigned int min);

#define NEED_setSymbolicLinkOwnerAndGroup !HAVE_LCHOWN