diff --git a/ghc-hslua.changes b/ghc-hslua.changes index acdb8e3..2e418b6 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Jun 19 11:56:53 UTC 2022 - Peter Simons + +- Update hslua to version 2.2.1. + ## hslua-2.2.1 + + Released 2022-06-19. + + - Require hslua-core-2.2.1. + + - Require hslua-marshalling-2.2.0.1. + + - Relax upper bound for mtl, allow mtl-2.3. + +------------------------------------------------------------------- +Fri May 20 09:02:24 UTC 2022 - Peter Simons + +- Update hslua to version 2.2.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Sat Feb 19 14:38:11 UTC 2022 - Peter Simons + +- Update hslua to version 2.2.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/hslua-2.2.0/src/CHANGELOG.md + ------------------------------------------------------------------- Sat Jan 29 10:07:48 UTC 2022 - Peter Simons diff --git a/ghc-hslua.spec b/ghc-hslua.spec index a565720..1299485 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -19,7 +19,7 @@ %global pkg_name hslua %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT @@ -29,6 +29,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-hslua-aeson-devel BuildRequires: ghc-hslua-classes-devel BuildRequires: ghc-hslua-core-devel BuildRequires: ghc-hslua-marshalling-devel @@ -39,6 +40,10 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel ExcludeArch: %{ix86} %if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-lua-arbitrary-devel +BuildRequires: ghc-lua-devel +BuildRequires: ghc-quickcheck-instances-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hslua-devel BuildRequires: ghc-tasty-hunit-devel @@ -51,8 +56,8 @@ Lua>. It builds upon the /lua/ package, which allows to bundle a Lua interpreter with a Haskell program. - are available in a -separate repository. +Example programs are can be found in the 'hslua-examples' subdir of the project +. %package devel Summary: Haskell %{pkg_name} library development files diff --git a/hslua-2.1.0.tar.gz b/hslua-2.1.0.tar.gz deleted file mode 100644 index 0dc8ee5..0000000 --- a/hslua-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a4aed7cb8deef31eaf8ffe6d068a83b29feaa464ce5d9756d4060a58889b129 -size 17065 diff --git a/hslua-2.2.1.tar.gz b/hslua-2.2.1.tar.gz new file mode 100644 index 0000000..5a03b4a --- /dev/null +++ b/hslua-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cf9d92e90aadfd2887196428fa625e8b2c9b51b942188ed33289c5253ba8e0 +size 17317