lucid-htmx 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~lucidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lucid
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−1
- lucid-htmx.cabal +3/−3
ChangeLog.md view
@@ -4,5 +4,7 @@ First release of `lucid-htmx`! -## Next version+## 0.1.0.6++Relax upper bound of `lucid` dependency up to, and including, 2.11
lucid-htmx.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: lucid-htmx-version: 0.1.0.5+version: 0.1.0.6 license: BSD3 license-file: LICENSE copyright: 2022 Monadic Systems LLC@@ -32,7 +32,7 @@ default-language: Haskell2010 build-depends: base >=4.7 && <5,- lucid >=2.9.12.1 && <2.10,+ lucid >=2.9.12.1 && <=2.11, servant >=0.18.3 && <0.19, text >=1.2.4.1 && <1.3 @@ -45,7 +45,7 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5,- lucid >=2.9.12.1 && <2.10,+ lucid >=2.9.12.1 && <=2.11, lucid-htmx -any, servant >=0.18.3 && <0.19, text >=1.2.4.1 && <1.3