mmzk-env 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- mmzk-env.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for mmzk-env +## 0.1.1.1 -- 2025-09-29++* Fix typo in the cabal file.++ ## 0.1.1.0 -- 2025-09-28 * Added support for parsing enumerated types using `EnumParser`.
mmzk-env.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: mmzk-env-version: 0.1.1.0+version: 0.1.1.1 synopsis: Read environment variables into a user-defined data type description:@@ -8,8 +8,8 @@ variables into user-defined data types, allowing for flexible and type-safe configuration management. -homepage: https://github.com/MMZK1526/mmzk-typeid-bug-reports: https://github.com/MMZK1526/mmzk-typeid/issues+homepage: https://github.com/MMZK1526/mmzk-env+bug-reports: https://github.com/MMZK1526/mmzk-env/issues license: MIT author: Yitang Chen <mmzk1526@outlook.com> maintainer: Yitang Chen <mmzk1526@outlook.com>