hslua-module-path 1.0.1 → 1.0.2
raw patch · 2 files changed
+11/−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 +7/−0
- hslua-module-path.cabal +4/−4
CHANGELOG.md view
@@ -2,6 +2,13 @@ `hslua-module-paths` uses [PVP Versioning][]. +## hslua-module-path-1.0.2++Released 2022-02-19.++- Adjusted package bounds, for hslua-core, hslua-marshalling,+ and hslua-packaging.+ ## hslua-module-path-1.0.1 - Bumped upper bound of hslua-core and hslua-marshalling to
hslua-module-path.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-path-version: 1.0.1+version: 1.0.2 synopsis: Lua module to work with file paths. description: Lua module to work with file paths in a platform independent way.@@ -33,9 +33,9 @@ common common-options build-depends: base >= 4.9.1 && < 5 , filepath >= 1.4 && < 1.5- , hslua-core >= 2.1 && < 2.2- , hslua-marshalling >= 2.0 && < 2.2- , hslua-packaging >= 2.0 && < 2.2+ , hslua-core >= 2.1 && < 2.3+ , hslua-marshalling >= 2.1 && < 2.3+ , hslua-packaging >= 2.1 && < 2.3 , text >= 1.2 && < 2.1 ghc-options: -Wall