/usr/share/doc/libghc-appar-prof/README is in libghc-appar-prof 0.1.4-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 | This is subset of Parsec.
Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as input
But Haskell Platform includes Parsec 2, not Parsec 3. Installing
Parsec 3 to Haskell Platform environment makes it mess. So, I have
implemented this.
|