This file is indexed.

/usr/share/doc/libghc-quickcheck2-dev/README is in libghc-quickcheck2-dev 2.7.6-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
14
This is QuickCheck 2, a library for random testing of program properties.

Install it in the usual way:

$ cabal install

Please report bugs to the QuickCheck mailing list at
quickcheck@projects.haskell.org.

If you get errors about Template Haskell, try

$ cabal install -f-templateHaskell

but please report this as a bug.