/usr/share/doc/libghc-quickcheck2-doc/README is in libghc-quickcheck2-doc 2.4.2-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 28 | This is QuickCheck 2.4.1.1, a library for random testing of program properties.
=== Installation ===
Installation is done with Cabal:
$ cabal install
or, if you're missing the cabal command,
$ runghc Setup.lhs configure
$ runghc Setup.lhs build
$ runghc Setup.lhs install
If you get errors about Template Haskell, try
$ cabal install -f-templateHaskell
=== Bugs ===
Please report bugs to the QuickCheck mailing list at
quickcheck@projects.haskell.org.
=== Documentation ===
$ runghc Setup.lhs haddock
generates API documentation in dist/doc/html/index.html
|