packages feed

htmx-servant 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Htmx.Servant.Request: type HXRequest = Header "HX-Prompt" Bool
+ Htmx.Servant.Request: type HXRequest = Header "HX-Request" Bool

Files

htmx-servant.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.6 name:               htmx-servant-version:            0.2.0.0+version:            0.2.0.1 synopsis:           Use htmx with servant description:   Please see the README on GitHub at <https://github.com/JonathanLorimer/htmx#readme>
src/Htmx/Servant/Request.hs view
@@ -22,7 +22,7 @@ type HXPrompt a = Header "HX-Prompt" a  -- | always “true”-type HXRequest = Header "HX-Prompt" Bool+type HXRequest = Header "HX-Request" Bool  -- | the id of the target element if it exists type HXTarget = Header "HX-Target" Text