Accepting request 1079181 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1079181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-cli?expand=0&rev=2
This commit is contained in:
commit
3ecaffdda3
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 13 17:19:32 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- 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 <psimons@suse.com>
|
Thu Mar 30 17:07:00 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hslua-cli
|
%global pkg_name hslua-cli
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.0
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line interface for Lua
|
Summary: Command-line interface for Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,11 +34,15 @@ BuildRequires: ghc-hslua-core-devel
|
|||||||
BuildRequires: ghc-hslua-core-prof
|
BuildRequires: ghc-hslua-core-prof
|
||||||
BuildRequires: ghc-hslua-marshalling-devel
|
BuildRequires: ghc-hslua-marshalling-devel
|
||||||
BuildRequires: ghc-hslua-marshalling-prof
|
BuildRequires: ghc-hslua-marshalling-prof
|
||||||
|
BuildRequires: ghc-hslua-repl-devel
|
||||||
|
BuildRequires: ghc-hslua-repl-prof
|
||||||
BuildRequires: ghc-lua-devel
|
BuildRequires: ghc-lua-devel
|
||||||
BuildRequires: ghc-lua-prof
|
BuildRequires: ghc-lua-prof
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
|
BuildRequires: ghc-unix-devel
|
||||||
|
BuildRequires: ghc-unix-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cec456f5ce0c6a87fc901bfaa45fcd7cf24a95d97718a92fe4d2767c32607869
|
|
||||||
size 5445
|
|
3
hslua-cli-1.4.1.tar.gz
Normal file
3
hslua-cli-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6f1b61da6adf1089822cf501c5955612fbf9b7a56dadff957eda99fb70c6ea1
|
||||||
|
size 5856
|
Loading…
x
Reference in New Issue
Block a user