Update the PR template. [ci skip]
[cabal.git] / pretty-show-1.6.16 / CHANGELOG
blob76daa23c974dd65d4226ef5e028d5509d1918e87
1 Changes in 1.6.16
2   * Fixes to accomodate GHC 8.4
4 Changes in 1.6.13
5   * Parse things like <function> and <Function> as constructors
7 Changes in 1.6.12
8   * Treat reserved operators as infix constructors (best effort kind of thing)
10 Changes in 1.6.11
11   * Add `pPrint`, which is `putStrLn . ppShow`
13 Changes in 1.6.10
14   * Increase the precedence of unary minus
16 Changes in 1.6.9
17   * Relax parsing of atoms, so that we can support things like the show
18     instance of StdGen (e.g., [ 123 45, 786 10 ])
20 Changes in 1.6.8.2:
21   * Correct license in srouce files.
23 Changes in 1.6.8.1:
24   * Correct the 'License' field in the Cabal file to match the license (MIT)
26 Changes in 1.6.8:
27   * Move source-repository pragma to top-level.
29 Changes in 1.6.5:
30   * Rename CHANGES to CHANGELOG to work with hackage.
32 Changes in 1.6.4:
33   * Drop dependency on happy >= 1.19
35 Changes in 1.6.3:
36   * Add Safe Haskell annotations
37   * Add CHANGES file
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
41     a problem.