/usr/share/doc/libghc-split-doc/README is in libghc-split-doc 0.2.2-5.
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 29 30 31 | Data.List.Split provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
------------------------------------------------------------------------
Dependencies:
There are no dependencies other than the base package.
Data.List.Split has been tested with versions of GHC from 6.8.3 up
through 7.6.1. It is completely Haskell2010 (probably also
Haskell98) compliant, so it probably builds with other compilers as
well.
The Properties.hs file depends on QuickCheck >= 2.4, but you don't
need it in order to build the library itself, only to run the tests.
Build with Cabal:
cabal install
Building Haddock documentation (recommended):
cabal haddock
Once the documentation has been built, you can access it by
pointing your browser to dist/doc/html/split/index.html.
Running the tests:
cabal configure --enable-tests && cabal build && cabal test
|