BSD-3-Clause licensed by Travis Staton, Mitchell Dalvi Rosen
This version can be pinned in stack with:hasql-interpolate-1.0.1.0@sha256:a31848665e8f9d96c369f536a4cb00137dc288bcf02401f5b25977b165e58836,3331

Module documentation for 1.0.1.0

hasql-interpolate provides a sql QuasiQuoter for hasql that supports interpolation of haskell expressions and splicing of sql snippets. A number of type classes are also provided to reduce encoder/decoder boilerplate.

Changes

[1.0.1.0] - July 16, 2024

  • Add DecodeValue instance for ByteString and LazyByteString

[1.0.0.0] - July 10, 2024

  • Add IP address type encoders and decoders
  • Increase tuple instances to size 16
  • Support hasql-1.8

[0.2.2.0] - May 7, 2024

  • Make compile-time syntax error messages prettier
  • Add EncodeValue instances for ByteString and LazyByteString
  • Add JsonBytes and JsonbBytes newtypes

[0.2.1.0] - August 29, 2023

[0.2.0.0] - August 17, 2023

[0.1.0.4] - January 10, 2023

  • Support mtl-2.3

[0.1.0.3] - July 31, 2022

  • Support GHC 9.2

[0.1.0.2] - February 4, 2022

  • Support hasql-1.5

[0.1.0.1] - November 15, 2021

  • Fixed bug in multiline parser