hslua-cli – new releases on Hackagehttps://hackage.haskell.org/package/hslua-cliNew releases of package 'hslua-cli' on Hackage.http://www.rssboard.org/rss-specificationen[email protected][email protected]Thu, 8 Jan 2026 15:05:43 UTCThu, 8 Jan 2026 15:05:43 UTCrss-feedhslua-cli-1.4.4 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.4https://hackage.haskell.org/package/hslua-cli-1.4.4Thu, 8 Jan 2026 15:05:43 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2026-01-08T15:05:43Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-144">hslua-cli-1.4.4</h2>
<p>Released 2026-01-08.</p>
<ul>
<li>Dropped support for GHC older than 9.6.
</li>
</ul>
<h2 id="hslua-cli-143">hslua-cli-1.4.3</h2>
<p>Released 2024-06-28.</p>
<ul>
<li>
<p>Include copyright notice when printing version info; i.e., the
behavior is now closer to that of the default <code>lua</code>
interpreter.</p>
</li>
<li>
<p>Avoid "redundant import" warning when compiling with GHC 9.10.</p>
</li>
</ul>
<h2 id="hslua-cli-142">hslua-cli-1.4.2</h2>
<p>Released 2024-01-18.</p>
<ul>
<li>Relaxed upper bound for text, allowing text-2.1.
</li>
</ul>
<h2 id="hslua-cli-141">hslua-cli-1.4.1</h2>
<p>Released 2023-03-18.</p>
<ul>
<li>Always start the REPL if the <code>-i</code> parameter is given on the
command line. This fixes a bug where the REPL would not start
if <code>-v</code>, <code>-e</code> or <code>-l</code> where given.
</li>
</ul>
<h2 id="hslua-cli-1401">hslua-cli-1.4.0.1</h2>
<p>Released 2023-03-17.</p>
<ul>
<li>Fix building on Windows.
</li>
</ul>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.4.3 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.3https://hackage.haskell.org/package/hslua-cli-1.4.3Fri, 28 Jun 2024 09:49:39 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2024-06-28T09:49:39Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-143">hslua-cli-1.4.3</h2>
<p>Release pending.</p>
<ul>
<li>
<p>Include copyright notice when printing version info; i.e., the
behavior is now closer to that of the default <code>lua</code>
interpreter.</p>
</li>
<li>
<p>Avoid "redundant import" warning when compiling with GHC 9.10.</p>
</li>
</ul>
<h2 id="hslua-cli-142">hslua-cli-1.4.2</h2>
<p>Released 2024-01-18.</p>
<ul>
<li>Relaxed upper bound for text, allowing text-2.1.
</li>
</ul>
<h2 id="hslua-cli-141">hslua-cli-1.4.1</h2>
<p>Released 2023-03-18.</p>
<ul>
<li>Always start the REPL if the <code>-i</code> parameter is given on the
command line. This fixes a bug where the REPL would not start
if <code>-v</code>, <code>-e</code> or <code>-l</code> where given.
</li>
</ul>
<h2 id="hslua-cli-1401">hslua-cli-1.4.0.1</h2>
<p>Released 2023-03-17.</p>
<ul>
<li>Fix building on Windows.
</li>
</ul>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.4.2 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.2https://hackage.haskell.org/package/hslua-cli-1.4.2Thu, 18 Jan 2024 17:29:23 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2024-01-18T17:29:23Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-142">hslua-cli-1.4.2</h2>
<p>Released 2024-01-18.</p>
<ul>
<li>Relaxed upper bound for text, allowing text-2.1.
</li>
</ul>
<h2 id="hslua-cli-141">hslua-cli-1.4.1</h2>
<p>Released 2023-03-18.</p>
<ul>
<li>Always start the REPL if the <code>-i</code> parameter is given on the
command line. This fixes a bug where the REPL would not start
if <code>-v</code>, <code>-e</code> or <code>-l</code> where given.
</li>
</ul>
<h2 id="hslua-cli-1401">hslua-cli-1.4.0.1</h2>
<p>Released 2023-03-17.</p>
<ul>
<li>Fix building on Windows.
</li>
</ul>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.4.1 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.1https://hackage.haskell.org/package/hslua-cli-1.4.1Sat, 18 Mar 2023 17:19:32 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2023-03-18T17:19:32Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-141">hslua-cli-1.4.1</h2>
<p>Released 2023-03-18.</p>
<ul>
<li>Always start the REPL if the <code>-i</code> parameter is given on the
command line. This fixes a bug where the REPL would not start
if <code>-v</code>, <code>-e</code> or <code>-l</code> where given.
</li>
</ul>
<h2 id="hslua-cli-1401">hslua-cli-1.4.0.1</h2>
<p>Released 2023-03-17.</p>
<ul>
<li>Fix building on Windows.
</li>
</ul>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.4.0.1 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.0.1https://hackage.haskell.org/package/hslua-cli-1.4.0.1Fri, 17 Mar 2023 20:25:49 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2023-03-17T20:25:49Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-1401">hslua-cli-1.4.0.1</h2>
<p>Released 2023-03-17.</p>
<ul>
<li>Fix building on Windows.
</li>
</ul>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.4.0 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.4.0https://hackage.haskell.org/package/hslua-cli-1.4.0Thu, 16 Mar 2023 21:41:42 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2023-03-16T21:41:42Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-140">hslua-cli-1.4.0</h2>
<p>Released 2023-03-16.</p>
<ul>
<li>Isocline-based REPL: interactive mode is now supported with
the help of a new repl built with the isocline library.
</li>
</ul>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.3.0 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.3.0https://hackage.haskell.org/package/hslua-cli-1.3.0Mon, 13 Mar 2023 12:06:14 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2023-03-13T12:06:14Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-130">hslua-cli-1.3.0</h2>
<p>Released 2023-03-13.</p>
<ul>
<li>Require hslua-core 2.3.
</li>
</ul>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.2.0 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.2.0https://hackage.haskell.org/package/hslua-cli-1.2.0Tue, 27 Sep 2022 08:55:41 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2022-09-27T08:55:41Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-120">hslua-cli-1.2.0</h2>
<p>Released 2022-09-27.</p>
<ul>
<li>The function <code>runStandalone</code> now takes two additional
arguments, the program name and list command line args.
</li>
</ul>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.1.0 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.1.0https://hackage.haskell.org/package/hslua-cli-1.1.0Mon, 26 Sep 2022 17:09:08 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2022-09-26T17:09:08Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-110">hslua-cli-1.1.0</h2>
<p>Released 2022-09-26.</p>
<ul>
<li>
<p>Added support for the <code>LUA_INIT</code> environment variable. The
behavior is as described in the Lua reference manual.</p>
</li>
<li>
<p>Warnings are now enabled when flag <code>-W</code> is given.</p>
</li>
</ul>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarlebhslua-cli-1.0.0 (Command-line interface for Lua)https://hackage.haskell.org/package/hslua-cli-1.0.0https://hackage.haskell.org/package/hslua-cli-1.0.0Fri, 23 Sep 2022 20:32:31 UTC<dl><dt>Homepage</dt><dd><a href="https://hslua.org/">https://hslua.org/</a></dd><dt>Author</dt><dd>Albert Krewinkel</dd><dt>Uploaded</dt><dd>by tarleb at 2022-09-23T20:32:31Z</dd><dt>Maintainer</dt><dd>Albert Krewinkel <[email protected]></dd></dl><hr /><h1 id="changelog">Changelog</h1>
<p><code>hslua-cli</code> uses <a href="https://pvp.haskell.org">PVP Versioning</a>.</p>
<h2 id="hslua-cli-100">hslua-cli-1.0.0</h2>
<p>Released 2022-09-23.</p>
<ul>
<li>Initial release.
</li>
</ul>
tarleb