diff --git a/ghc-hslua-cli.changes b/ghc-hslua-cli.changes index 80e91bd..7e3d5a9 100644 --- a/ghc-hslua-cli.changes +++ b/ghc-hslua-cli.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 18 17:19:32 UTC 2023 - Peter Simons + +- Update hslua-cli to version 1.4.1. + ## hslua-cli-1.4.1 + + Released 2023-03-18. + + - Always start the REPL if the `-i` parameter is given on the + command line. This fixes a bug where the REPL would not start + if `-v`, `-e` or `-l` where given. + + ## hslua-cli-1.4.0.1 + + Released 2023-03-17. + + - Fix building on Windows. + + ## hslua-cli-1.4.0 + + Released 2023-03-16. + + - Isocline-based REPL: interactive mode is now supported with + the help of a new repl built with the isocline library. + + ## hslua-cli-1.3.0 + + Released 2023-03-13. + + - Require hslua-core 2.3. + ------------------------------------------------------------------- Thu Mar 30 17:07:00 UTC 2023 - Peter Simons diff --git a/ghc-hslua-cli.spec b/ghc-hslua-cli.spec index 66a8bf0..133312e 100644 --- a/ghc-hslua-cli.spec +++ b/ghc-hslua-cli.spec @@ -19,7 +19,7 @@ %global pkg_name hslua-cli %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.2.0 +Version: 1.4.1 Release: 0 Summary: Command-line interface for Lua License: MIT @@ -34,11 +34,15 @@ BuildRequires: ghc-hslua-core-devel BuildRequires: ghc-hslua-core-prof BuildRequires: ghc-hslua-marshalling-devel BuildRequires: ghc-hslua-marshalling-prof +BuildRequires: ghc-hslua-repl-devel +BuildRequires: ghc-hslua-repl-prof BuildRequires: ghc-lua-devel BuildRequires: ghc-lua-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-text-prof +BuildRequires: ghc-unix-devel +BuildRequires: ghc-unix-prof ExcludeArch: %{ix86} %description diff --git a/hslua-cli-1.2.0.tar.gz b/hslua-cli-1.2.0.tar.gz deleted file mode 100644 index c66400b..0000000 --- a/hslua-cli-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec456f5ce0c6a87fc901bfaa45fcd7cf24a95d97718a92fe4d2767c32607869 -size 5445 diff --git a/hslua-cli-1.4.1.tar.gz b/hslua-cli-1.4.1.tar.gz new file mode 100644 index 0000000..2d6b047 --- /dev/null +++ b/hslua-cli-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f1b61da6adf1089822cf501c5955612fbf9b7a56dadff957eda99fb70c6ea1 +size 5856