hslua-module-system 1.0.1 → 1.0.2
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~hslua-coredep ~hslua-marshallingdep ~hslua-packagingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua-core, hslua-marshalling, hslua-packaging
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- hslua-module-system.cabal +4/−4
CHANGELOG.md view
@@ -2,6 +2,12 @@ `hslua-module-system` uses [PVP Versioning][]. +## hslua-module-system-1.0.2++Released 2022-02-19.++- Adjusted package bounds, for hslua-core and hslua-packaging.+ ## hslua-module-system-1.0.1 Released 29-01-2022.
hslua-module-system.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-system-version: 1.0.1+version: 1.0.2 synopsis: Lua module wrapper around Haskell's System module. description: Provides access to system information and@@ -36,8 +36,8 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5- , hslua-core >= 2.0 && < 2.2- , hslua-packaging >= 2.0 && < 2.2+ , hslua-core >= 2.1 && < 2.3+ , hslua-packaging >= 2.1 && < 2.3 , text >= 1.2 && < 2.1 default-extensions: LambdaCase , OverloadedStrings@@ -58,7 +58,7 @@ import: common-options build-depends: directory >= 1.3 && < 1.4 , exceptions >= 0.8 && < 0.11- , hslua-marshalling >= 2.0 && < 2.2+ , hslua-marshalling >= 2.0 && < 2.3 , temporary >= 1.2 && < 1.4 exposed-modules: HsLua.Module.System other-modules: HsLua.Module.SystemUtils