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 2022-08-01 21:29:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-marshalling (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-marshalling.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-marshalling"
Mon Aug 1 21:29:55 2022 rev:3 rq:987045 version:2.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-marshalling/ghc-hslua-marshalling.changes
2022-02-11 23:10:58.903218807 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-marshalling.new.1533/ghc-hslua-marshalling.changes
2022-08-01 21:30:03.897598972 +0200
@@ -1,0 +2,31 @@
+Sun Jun 19 11:46:05 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-marshalling to version 2.2.1.
+ ## hslua-marshalling-2.2.1
+
+ Released 2022-06-19.
+
+ - Require hslua-core-2.2.1.
+
+ - Relax upper bound for mtl, allow mtl-2.3.
+
+-------------------------------------------------------------------
+Fri May 20 09:01:38 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-marshalling to version 2.2.0 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Sat Feb 19 14:38:20 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-marshalling to version 2.2.0.
+ ## hslua-marshalling-2.2.0
+
+ Released 2022-02-19.
+
+ - `Result` is now an instance of Foldable and Traversable.
+ Both `Result` and `Peek` are made instances of `MonadPlus`.
+
+ - Require hslua-core-2.2.0.
+
+-------------------------------------------------------------------
Old:
----
hslua-marshalling-2.1.0.tar.gz
New:
----
hslua-marshalling-2.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-marshalling.spec ++++++
--- /var/tmp/diff_new_pack.WtTRdc/_old 2022-08-01 21:30:04.445600544 +0200
+++ /var/tmp/diff_new_pack.WtTRdc/_new 2022-08-01 21:30:04.469600613 +0200
@@ -19,7 +19,7 @@
%global pkg_name hslua-marshalling
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.1.0
+Version: 2.2.1
Release: 0
Summary: Marshalling of values between Haskell and Lua
License: MIT
++++++ hslua-marshalling-2.1.0.tar.gz -> hslua-marshalling-2.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.1.0/CHANGELOG.md
new/hslua-marshalling-2.2.1/CHANGELOG.md
--- old/hslua-marshalling-2.1.0/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-marshalling-2.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -2,6 +2,24 @@
`hslua-marshalling` uses [PVP Versioning][].
+## hslua-marshalling-2.2.1
+
+Released 2022-06-19.
+
+- Require hslua-core-2.2.1.
+
+- Relax upper bound for mtl, allow mtl-2.3.
+
+
+## hslua-marshalling-2.2.0
+
+Released 2022-02-19.
+
+- `Result` is now an instance of Foldable and Traversable.
+ Both `Result` and `Peek` are made instances of `MonadPlus`.
+
+- Require hslua-core-2.2.0.
+
## hslua-marshalling-2.1.0
Released 29-01-2022.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.1.0/LICENSE
new/hslua-marshalling-2.2.1/LICENSE
--- old/hslua-marshalling-2.1.0/LICENSE 2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.2.1/LICENSE 2001-09-09 03:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright ?? 1994-2020 Lua.org, PUC-Rio.
+Copyright ?? 1994-2022 Lua.org, PUC-Rio.
Copyright ?? 2007-2012 Gracjan Polak
Copyright ?? 2012-2015 ??mer Sinan A??acan
Copyright ?? 2016-2022 Albert Krewinkel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-marshalling-2.1.0/hslua-marshalling.cabal
new/hslua-marshalling-2.2.1/hslua-marshalling.cabal
--- old/hslua-marshalling-2.1.0/hslua-marshalling.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.2.1/hslua-marshalling.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hslua-marshalling
-version: 2.1.0
+version: 2.2.1
synopsis: Marshalling of values between Haskell and Lua.
description: Provides functions to marshal values from Haskell
to Lua, and /vice versa/.
@@ -26,8 +26,8 @@
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
- , GHC == 9.0.1
- , GHC == 9.2.1
+ , GHC == 9.0.2
+ , GHC == 9.2.3
source-repository head
type: git
@@ -39,8 +39,8 @@
build-depends: base >= 4.8 && < 5
, bytestring >= 0.10.2 && < 0.12
, containers >= 0.5.9 && < 0.7
- , hslua-core >= 2.0 && < 2.2
- , mtl >= 2.2 && < 2.3
+ , hslua-core >= 2.2.1 && < 2.3
+ , mtl >= 2.2 && < 2.4
, text >= 1.2 && < 2.1
ghc-options: -Wall
-Wincomplete-record-updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.1.0/src/HsLua/Marshalling/Peek.hs
new/hslua-marshalling-2.2.1/src/HsLua/Marshalling/Peek.hs
--- old/hslua-marshalling-2.1.0/src/HsLua/Marshalling/Peek.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.2.1/src/HsLua/Marshalling/Peek.hs 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP #-}
-{-# LANGUAGE DeriveFunctor #-}
+{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-|
@@ -33,7 +33,7 @@
) where
import Control.Applicative (Alternative (..))
-import Control.Monad ((<$!>), (<=<))
+import Control.Monad ((<$!>), (<=<), MonadPlus)
import Data.ByteString (ByteString)
import Data.List (intercalate)
import HsLua.Core as Lua
@@ -50,7 +50,7 @@
data Result a
= Success !a
| Failure ByteString [Name] -- ^ Error message and stack of contexts
- deriving (Show, Eq, Functor)
+ deriving (Show, Eq, Foldable, Functor, Traversable)
instance Applicative Result where
pure = Success
@@ -71,6 +71,8 @@
_ -> x
{-# INLINE (<|>) #-}
+instance MonadPlus Result
+
--
-- Peek
--
@@ -124,6 +126,8 @@
_ -> runPeek b
{-# INLINE (<|>) #-}
+instance MonadPlus (Peek e)
+
instance MonadFail (Peek e) where
fail = Peek . return . failure . Utf8.fromString
{-# INLINABLE fail #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/hslua-marshalling-2.1.0/src/HsLua/Marshalling/Userdata.hs
new/hslua-marshalling-2.2.1/src/HsLua/Marshalling/Userdata.hs
--- old/hslua-marshalling-2.1.0/src/HsLua/Marshalling/Userdata.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-marshalling-2.2.1/src/HsLua/Marshalling/Userdata.hs
2001-09-09 03:46:40.000000000 +0200
@@ -58,6 +58,6 @@
pushInitialState :: LuaE e ()
pushInitialState = do
- newhsuserdata @[a] xs
+ newhsuserdatauv @[a] xs 0
void (newudmetatable statename)
setmetatable (nth 2)