File: changelog.md

package info (click to toggle)
haskell-src-exts-util 0.2.5-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 356; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 0.2.5
 - (Neil) Make sure to capture variables bound in PFieldPun 
 - (Neil) Make freeVars on Foo{a} include 'a'
# 0.2.4
 - Neil fixed the spotting of brackets inside a lambda.
# 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