-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Lua module to work with version specifiers. -- -- Wrapper for the Data.Version.Version Haskell type. @package hslua-module-version @version 1.0.1 -- | Lua module to work with file paths. module HsLua.Module.Version -- | The path module specification. documentedModule :: LuaError e => Module e -- | Type definition of Lua Version values. typeVersion :: LuaError e => DocumentedTypeWithList e Version Int -- | Retrieve a Version object from the top of the stack. peekVersion :: LuaError e => Peeker e Version -- | Push a Version element to the Lua stack. pushVersion :: LuaError e => Pusher e Version -- | Retrieve a Version-like object from the top of the stack. -- -- This function uses these heuristics, depending on the Lua object type. -- --