wled-json 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~rhine
Dependency ranges changed: rhine
Files
- CHANGELOG.md +4/−0
- wled-json.cabal +3/−3
CHANGELOG.md view
@@ -8,6 +8,10 @@ - Awesome upcoming features! +## 0.1.0.2 - Allow `rhine-1.6` - 2025-12-01++- Allow `rhine-1.6`.+ ## 0.1.0.1 - Keep compatibility with ghc 9.2/9.4 - 2025-10-26 - Keep compatibility with ghc 9.2/9.4.
wled-json.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: wled-json-version: 0.1.0.1+version: 0.1.0.2 synopsis: Convenient interface for interacting with WLED devices description: Please see the README on GitHub at <https://github.com/alaendle/wled-json#readme> category: Interfaces@@ -13,7 +13,7 @@ bug-reports: https://github.com/alaendle/wled-json/issues author: Andreas Ländle maintainer: Andreas Ländle-copyright: 2024-2025 Andreas Ländle+copyright: 2024-2026 Andreas Ländle license: BSD-3-Clause license-file: LICENSE build-type: Simple@@ -70,7 +70,7 @@ ghc-options: -O0 -Weverything -Wno-unsafe -Wno-missing-import-lists -Wno-prepositive-qualified-module -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-safe -Wno-missing-role-annotations -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5- , rhine >=1.4.0.1 && <1.6+ , rhine >=1.4.0.1 && <1.7 , wled-json default-language: Haskell2010