Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hslua-marshalling for
openSUSE:Factory checked in at 2026-06-10 16:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-marshalling (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-marshalling.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-marshalling"
Wed Jun 10 16:01:06 2026 rev:7 rq:1358383 version:2.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-marshalling/ghc-hslua-marshalling.changes
2024-01-26 22:47:30.096704412 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-marshalling.new.2375/ghc-hslua-marshalling.changes
2026-06-10 16:03:43.014983583 +0200
@@ -1,0 +2,12 @@
+Thu Jan 8 15:02:47 UTC 2026 - Peter Simons <[email protected]>
+
+- Update hslua-marshalling to version 2.3.2.
+ ## hslua-marshalling-2.3.2
+
+ Released 2026-01-08.
+
+ - Relaxed upper bound for containers.
+
+ - Dropped support for GHC older than 9.6.
+
+-------------------------------------------------------------------
Old:
----
hslua-marshalling-2.3.1.tar.gz
New:
----
hslua-marshalling-2.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-marshalling.spec ++++++
--- /var/tmp/diff_new_pack.3EeH9T/_old 2026-06-10 16:03:45.639092327 +0200
+++ /var/tmp/diff_new_pack.3EeH9T/_new 2026-06-10 16:03:45.643092492 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hslua-marshalling
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 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.3.2
Release: 0
Summary: Marshalling of values between Haskell and Lua
License: MIT
@@ -35,8 +35,6 @@
BuildRequires: ghc-containers-prof
BuildRequires: ghc-hslua-core-devel
BuildRequires: ghc-hslua-core-prof
-BuildRequires: ghc-mtl-devel
-BuildRequires: ghc-mtl-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
++++++ hslua-marshalling-2.3.1.tar.gz -> hslua-marshalling-2.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.3.1/CHANGELOG.md
new/hslua-marshalling-2.3.2/CHANGELOG.md
--- old/hslua-marshalling-2.3.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-marshalling-2.3.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -2,6 +2,14 @@
`hslua-marshalling` uses [PVP Versioning][].
+## hslua-marshalling-2.3.2
+
+Released 2026-01-08.
+
+- Relaxed upper bound for containers.
+
+- Dropped support for GHC older than 9.6.
+
## hslua-marshalling-2.3.1
Released 2024-01-18.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.3.1/LICENSE
new/hslua-marshalling-2.3.2/LICENSE
--- old/hslua-marshalling-2.3.1/LICENSE 2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/LICENSE 2001-09-09 03:46:40.000000000 +0200
@@ -1,7 +1,7 @@
-Copyright © 1994-2022 Lua.org, PUC-Rio.
+Copyright © 1994-2023 Lua.org, PUC-Rio.
Copyright © 2007-2012 Gracjan Polak
Copyright © 2012-2015 Ömer Sinan Ağacan
-Copyright © 2016-2024 Albert Krewinkel
+Copyright © 2016-2026 Albert Krewinkel
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.3.1/hslua-marshalling.cabal
new/hslua-marshalling-2.3.2/hslua-marshalling.cabal
--- old/hslua-marshalling-2.3.1/hslua-marshalling.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/hslua-marshalling.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hslua-marshalling
-version: 2.3.1
+version: 2.3.2
synopsis: Marshalling of values between Haskell and Lua.
description: Provides functions to marshal values from Haskell
to Lua, and /vice versa/.
@@ -16,19 +16,14 @@
maintainer: [email protected]
copyright: © 2007–2012 Gracjan Polak;
© 2012–2016 Ömer Sinan Ağacan;
- © 2017-2024 Albert Krewinkel
+ © 2017-2026 Albert Krewinkel
category: Foreign
extra-source-files: README.md
, CHANGELOG.md
-tested-with: GHC == 8.4.4
- , GHC == 8.6.5
- , GHC == 8.8.4
- , GHC == 8.10.7
- , GHC == 9.0.2
- , GHC == 9.2.8
- , GHC == 9.4.8
- , GHC == 9.6.3
- , GHC == 9.8.1
+tested-with: GHC == 9.6
+ , GHC == 9.8
+ , GHC == 9.10
+ , GHC == 9.12
source-repository head
type: git
@@ -39,22 +34,23 @@
default-language: Haskell2010
build-depends: base >= 4.11 && < 5
, bytestring >= 0.10.2 && < 0.13
- , containers >= 0.5.9 && < 0.8
+ , containers >= 0.5.9 && < 0.9
, hslua-core >= 2.2.1 && < 2.4
- , mtl >= 2.2 && < 2.4
, text >= 1.2 && < 2.2
ghc-options: -Wall
+ -Wcpp-undef
+ -Werror=missing-home-modules
+ -Widentities
-Wincomplete-record-updates
+ -Wincomplete-uni-patterns
-Wnoncanonical-monad-instances
+ -Wpartial-fields
-Wredundant-constraints
- if impl(ghc >= 8.2)
- ghc-options: -Wcpp-undef
- -Werror=missing-home-modules
- if impl(ghc >= 8.4)
- ghc-options: -Widentities
- -Wincomplete-uni-patterns
- -Wpartial-fields
- -fhide-source-paths
+ -fhide-source-paths
+ if impl(ghc >= 8.10)
+ ghc-options: -Wunused-packages
+ if impl(ghc >= 9.0)
+ ghc-options: -Winvalid-haddock
library
import: common-options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Peek.hs
new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Peek.hs
--- old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Peek.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Peek.hs 2001-09-09
03:46:40.000000000 +0200
@@ -4,7 +4,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-|
Module : HsLua.Marshalling.Peek
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Peekers.hs
new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Peekers.hs
--- old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Peekers.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Peekers.hs
2001-09-09 03:46:40.000000000 +0200
@@ -3,7 +3,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-|
Module : HsLua.Marshalling.Peekers
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : beta
@@ -126,6 +126,7 @@
-- | Retrieves a 'Bool' as a Lua boolean.
peekBool :: Peeker e Bool
peekBool = liftLua . toboolean
+{-# INLINABLE peekBool #-}
--
-- Strings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Push.hs
new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Push.hs
--- old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Push.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Push.hs 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
{-|
Module : HsLua.Marshalling.Push
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : beta
@@ -50,26 +50,32 @@
-- | Pushes a 'Bool' as a Lua boolean.
pushBool :: Pusher e Bool
pushBool = pushboolean
+{-# INLINE pushBool #-}
-- | Pushes a 'T.Text' value as a UTF-8 encoded string.
pushText :: Pusher e T.Text
pushText = pushstring . Utf8.fromText
+{-# INLINABLE pushText #-}
-- | Pushes a 'ByteString' as a raw string.
pushByteString :: Pusher e ByteString
pushByteString = pushstring
+{-# INLINE pushByteString #-}
-- | Pushes a lazy 'BL.ByteString' as a raw string.
pushLazyByteString :: Pusher e BL.ByteString
pushLazyByteString = pushstring . BL.toStrict
+{-# INLINABLE pushLazyByteString #-}
-- | Pushes a 'String' as a UTF-8 encoded Lua string.
pushString :: String -> LuaE e ()
pushString = pushstring . Utf8.fromString
+{-# INLINABLE pushString #-}
-- | Pushes a 'Name' as a UTF-8 encoded Lua string.
pushName :: Name -> LuaE e ()
pushName (Name n) = pushByteString n
+{-# INLINE pushName #-}
-- | Pushes an @Integer@ to the Lua stack. Values representable as Lua
-- integers are pushed as such; bigger integers are represented using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Userdata.hs
new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Userdata.hs
--- old/hslua-marshalling-2.3.1/src/HsLua/Marshalling/Userdata.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/src/HsLua/Marshalling/Userdata.hs
2001-09-09 03:46:40.000000000 +0200
@@ -5,7 +5,7 @@
Module : HsLua.Marshalling.Userdata
Copyright : © 2007–2012 Gracjan Polak;
© 2012–2016 Ömer Sinan Ağacan;
- © 2017-2024 Albert Krewinkel
+ © 2017-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.3.1/src/HsLua/Marshalling.hs
new/hslua-marshalling-2.3.2/src/HsLua/Marshalling.hs
--- old/hslua-marshalling-2.3.1/src/HsLua/Marshalling.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/src/HsLua/Marshalling.hs 2001-09-09
03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
Module : HsLua.Marshalling
Copyright : © 2007–2012 Gracjan Polak;
© 2012–2016 Ömer Sinan Ağacan;
- © 2017-2024 Albert Krewinkel
+ © 2017-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PeekTests.hs
new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PeekTests.hs
--- old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PeekTests.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PeekTests.hs
2001-09-09 03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
{-# LANGUAGE TypeApplications #-}
{-|
Module : HsLua.Marshalling.PeekTests
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PeekersTests.hs
new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PeekersTests.hs
--- old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PeekersTests.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PeekersTests.hs
2001-09-09 03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
{-# LANGUAGE TypeApplications #-}
{-|
Module : HsLua.Marshalling.PeekersTests
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PushTests.hs
new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PushTests.hs
--- old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/PushTests.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/PushTests.hs
2001-09-09 03:46:40.000000000 +0200
@@ -3,7 +3,7 @@
{-# LANGUAGE TypeApplications #-}
{-|
Module : HsLua.Marshalling.PushTests
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/UserdataTests.hs
new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/UserdataTests.hs
--- old/hslua-marshalling-2.3.1/test/HsLua/Marshalling/UserdataTests.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/HsLua/Marshalling/UserdataTests.hs
2001-09-09 03:46:40.000000000 +0200
@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-|
Module : HsLua.Marshalling.UserdataTests
-Copyright : © 2018-2024 Albert Krewinkel
+Copyright : © 2018-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
@@ -22,7 +22,7 @@
[ testGroup "pushIterator"
[ "iterate over list" =:
Just "0,1,1,2,3,5,8,13,21" `shouldBeResultOf` do
- let fibs = 0 : 1 : zipWith (+) fibs (tail fibs)
+ let fibs = 0 : 1 : zipWith (+) fibs (drop 1 fibs)
Lua.openlibs
Lua.pushHaskellFunction $
pushIterator (\n -> 1 <$ Lua.pushinteger n) (take 9 fibs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/HsLua/MarshallingTests.hs
new/hslua-marshalling-2.3.2/test/HsLua/MarshallingTests.hs
--- old/hslua-marshalling-2.3.1/test/HsLua/MarshallingTests.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/HsLua/MarshallingTests.hs 2001-09-09
03:46:40.000000000 +0200
@@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-|
Module : HsLua.MarshallingTests
-Copyright : © 2020-2024 Albert Krewinkel
+Copyright : © 2020-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.3.1/test/test-hslua-marshalling.hs
new/hslua-marshalling-2.3.2/test/test-hslua-marshalling.hs
--- old/hslua-marshalling-2.3.1/test/test-hslua-marshalling.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.3.2/test/test-hslua-marshalling.hs 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
{-|
Module : Main
-Copyright : © 2017-2024 Albert Krewinkel
+Copyright : © 2017-2026 Albert Krewinkel
License : MIT
Maintainer : Albert Krewinkel <[email protected]>