forked from pool/ghc-hslua
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0d29ac814e | |||
| db05fd8e42 |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 09:58:51 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hslua to version 2.4.0.
|
||||
## Dev
|
||||
|
||||
Released 2025-06-23.
|
||||
|
||||
- Require hslua-objectorientation-2.4.0
|
||||
|
||||
- Provide a full Lua app with Haskell-defined modules preloaded.
|
||||
The app is only built if the `executable` flag is enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 17:38:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hslua
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.3.1
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
@@ -29,12 +29,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-exceptions-prof
|
||||
BuildRequires: ghc-hslua-aeson-devel
|
||||
BuildRequires: ghc-hslua-aeson-prof
|
||||
BuildRequires: ghc-hslua-classes-devel
|
||||
@@ -49,27 +43,21 @@ BuildRequires: ghc-hslua-packaging-devel
|
||||
BuildRequires: ghc-hslua-packaging-prof
|
||||
BuildRequires: ghc-hslua-typing-devel
|
||||
BuildRequires: ghc-hslua-typing-prof
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-QuickCheck-prof
|
||||
BuildRequires: ghc-lua-arbitrary-devel
|
||||
BuildRequires: ghc-lua-arbitrary-prof
|
||||
BuildRequires: ghc-lua-devel
|
||||
BuildRequires: ghc-lua-prof
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
BuildRequires: ghc-quickcheck-instances-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
BuildRequires: ghc-exceptions-prof
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hslua-devel
|
||||
BuildRequires: ghc-tasty-hslua-prof
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-hunit-prof
|
||||
BuildRequires: ghc-tasty-prof
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
%endif
|
||||
|
||||
%description
|
||||
@@ -79,7 +67,7 @@ Lua>.
|
||||
It builds upon the /lua/ package, which allows to bundle a Lua interpreter with
|
||||
a Haskell program.
|
||||
|
||||
Example programs are can be found in the 'hslua-examples' subdir of the project
|
||||
Example programs can be found in the 'hslua-examples' subdir of the project
|
||||
<https://github.com/hslua/hslua repository>.
|
||||
|
||||
%package devel
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49028288e2c30f0cfe55c055db30b22d71a7fc2ebe0e7b69b4fab3f07321dd24
|
||||
size 17449
|
||||
3
hslua-2.4.0.tar.gz
Normal file
3
hslua-2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:133fd4d1c71e1a190516f57aabf97becbfebd6d7ab5c75de3c6dfbfef3936c24
|
||||
size 18051
|
||||
Reference in New Issue
Block a user