htmx 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- htmx.cabal +1/−1
- src/Htmx/Extension.hs +2/−2
htmx.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.6 name: htmx-version: 0.1.0.1+version: 0.1.0.2 synopsis: Use htmx with various haskell libraries description: Please see the README on GitHub at <https://github.com/JonathanLorimer/htmx#readme>
src/Htmx/Extension.hs view
@@ -87,6 +87,6 @@ RemoveMe -> "remove-me" ResponseTargets -> "response-targets" Restored -> "restored"- ServerSentEvents -> "server-sent-events"- WebSockets -> "web-sockets"+ ServerSentEvents -> "sse"+ WebSockets -> "ws" PathParams -> "path-params"