hslua-module-version

Lua module to work with version specifiers.

https://hslua.org/

Version on this page:1.0.1@rev:1
LTS Haskell 22.21:1.1.1
Stackage Nightly 2024-05-06:1.1.1
Latest on Hackage:1.1.1

See all snapshots hslua-module-version appears in

MIT licensed by Albert Krewinkel
Maintained by Albert Krewinkel
This version can be pinned in stack with:hslua-module-version-1.0.1@sha256:a7408f7991b182af7c8a946bf659c27308090bc1e1a4aec16343dd79837d893e,2755

Module documentation for 1.0.1

Used by 1 package in nightly-2022-02-16(full list with versions):

hslua-module-version

GitHub CI Hackage Stackage Lts Stackage Nightly MIT license

Lua module to work with version specifiers.

Changes

Changelog

hslua-module-version uses PVP Versioning.

hslua-module-version-1.0.1

  • Relaxed upper bound of hslua-core, hslua-marshalling, and hslua-packaging, allowing their respective version 2.1.

  • Version objects are now modifiable; setting a list index modifies the Version object:

    local v = Version '5.3.6'
    v[2] = 2
    v[3] = nil
    assert(v == Version '5.2')
    

hslua-module-version-1.0.0

Released 2021-10-22.