hslua-module-version 1.2.0 → 1.2.0.1
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- hslua-module-version.cabal +1/−1
- src/HsLua/Module/Version.hs +1/−1
CHANGELOG.md view
@@ -2,6 +2,12 @@ `hslua-module-version` uses [PVP Versioning][]. +## hslua-module-version-1.2.0.1++Released 2026-01-13.++- Fix the typespec in the `Call` operation of the *Version* type.+ ## hslua-module-version-1.2.0 Released 2026-01-08.
hslua-module-version.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-version-version: 1.2.0+version: 1.2.0.1 synopsis: Lua module to work with version specifiers. description: Wrapper for the Data.Version.Version Haskell type. homepage: https://hslua.org/
src/HsLua/Module/Version.hs view
@@ -45,7 +45,7 @@ [ operation Call $ lambda ### liftPure2 (\_ v -> v) <#> parameter (const $ pure ()) "table" "module table" "ignored"- <#> versionParam "version" "version-like object"+ <#> versionParam "version" "{Version|string|{integer,...}|number}" =#> udresult typeVersion "new Version object" ]