File: CHANGELOG.md

package info (click to toggle)
haskell-neat-interpolation 0.5.1.4-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: haskell: 255; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## Version 0.5.1.4

- Support GHC 9.8.

## Version 0.5

- Isolated the `trimming` and `untrimming` variations of quasi-quoter.

## Version 0.4

- Changed the behaviour of the quasi-quoter in regards to trailing whitespace. Before it was always adding newline in the end, now it always completely removes all the trailing whitespace.