hslua-module-system 1.2.1 → 1.2.1.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-system.cabal +1/−1
- src/HsLua/Module/System.hs +1/−1
CHANGELOG.md view
@@ -2,6 +2,12 @@ `hslua-module-system` uses [PVP Versioning][]. +## hslua-module-system-1.2.1.1++Released 2025-07-23.++- Fixed the docstring of `exists`.+ ## hslua-module-system-1.2.1 Released 2025-07-23.
hslua-module-system.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-system-version: 1.2.1+version: 1.2.1.1 synopsis: Lua module wrapper around Haskell's System module. description: Provides access to system information and
src/HsLua/Module/System.hs view
@@ -262,7 +262,7 @@ "whether a filesystem object of type `type` exists at `path`." #? T.unlines [ "Check whether there exists a filesystem object at the given path."- , "If `type` is given and either *directory* or *file*`, then the"+ , "If `type` is given and either *directory* or *file*, then the" , "function returns `true` if and only if the file system object has" , "the given type, or if it's a symlink pointing to an object of that" , "type. Passing *symlink* as type requires the path itself to be a"