You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
459 B

  1. A variety of alternative parser combinator libraries, including the
  2. original HuttonMeijer set. The Poly sets have features like good error
  3. reporting, arbitrary token type, running state, lazy parsing, and so
  4. on. Finally, Text.Parse is a proposed replacement for the standard
  5. Read class, for better deserialisation of Haskell values from Strings.
  6. After uninstalling, run this command to unregister the package from
  7. the ghc package database: ghc-pkg recache