MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:neat-interpolation-0.5.1.4@sha256:6ca5e3a763c841861b0449abecf0bca4a80e5dc0ed397f2272cfe70ed145970c,3293

Module documentation for 0.5.1.4

Used by 2 packages in lts-22.18(full list with versions):

Quasiquoter for producing Text values with support for a simple interpolation of input values. It removes the excessive indentation from the input and accurately manages the indentation of all lines of the interpolated variables.

Changes

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.