2 * Fixes to accomodate GHC 8.4
5 * Parse things like <function> and <Function> as constructors
8 * Treat reserved operators as infix constructors (best effort kind of thing)
11 * Add `pPrint`, which is `putStrLn . ppShow`
14 * Increase the precedence of unary minus
17 * Relax parsing of atoms, so that we can support things like the show
18 instance of StdGen (e.g., [ 123 45, 786 10 ])
21 * Correct license in srouce files.
24 * Correct the 'License' field in the Cabal file to match the license (MIT)
27 * Move source-repository pragma to top-level.
30 * Rename CHANGES to CHANGELOG to work with hackage.
33 * Drop dependency on happy >= 1.19
36 * Add Safe Haskell annotations
38 * Add generated parser to package again. We do this, because otherwise
39 the package fails to build on systems that do not have `happy`.
40 This is a bit questionable, but hopefully it won't be too much of