File: changelog.md

package info (click to toggle)
haskell-src-exts-util 0.2.3-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: haskell: 342; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
# 0.2.3
 - `isAtom` is now more complete, thanks to Neil M.
# 0.2.2
 - Improved handling of OverloadedLabel syntax, thanks to Neil M.
 - Changed the treatment of multiple function composition in `needParen`.
    The new treatment is less keen to remove parentheses.
    Note that this is a change of behavior.
 - GHC 8.4 compatibility, courtesy of Ryan G. Scott