Add gql quasi quoter
All checks were successful
Build / audit (push) Successful in 7s
Build / test (push) Successful in 7m8s
Build / doc (push) Successful in 6m58s

This commit is contained in:
2024-10-20 17:13:39 +02:00
parent ce5fa260f4
commit d280cd835f
4 changed files with 57 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Added
- `gql` quasi quoter which generates a string literal with the first line
starting at the first column and all following lines indented relative to the
first line.
## [1.0.3.0] - 2024-07-20
### Added