Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-core for openSUSE:Factory checked in at 2024-01-26 22:47:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-core (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-core.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-core" Fri Jan 26 22:47:08 2024 rev:6 rq:1141618 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-core/ghc-hslua-core.changes 2023-04-14 13:13:09.919593778 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-core.new.1815/ghc-hslua-core.changes 2024-01-26 22:47:29.060667102 +0100 @@ -1,0 +2,11 @@ +Thu Jan 18 16:11:37 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update hslua-core to version 2.3.2. + ## hslua-core-2.3.2 + + Released 2024-01-18. + + - Relaxed upper bound for text, and bytestring, allowing + text-2.1, and bytestring-0.12. + +------------------------------------------------------------------- Old: ---- hslua-core-2.3.1.tar.gz New: ---- hslua-core-2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-core.spec ++++++ --- /var/tmp/diff_new_pack.lfno6m/_old 2024-01-26 22:47:29.820694472 +0100 +++ /var/tmp/diff_new_pack.lfno6m/_new 2024-01-26 22:47:29.820694472 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-core # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: Bindings to Lua, an embeddable scripting language License: MIT ++++++ hslua-core-2.3.1.tar.gz -> hslua-core-2.3.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/CHANGELOG.md new/hslua-core-2.3.2/CHANGELOG.md --- old/hslua-core-2.3.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,13 @@ `hslua-core` uses [PVP Versioning][]. +## hslua-core-2.3.2 + +Released 2024-01-18. + +- Relaxed upper bound for text, and bytestring, allowing + text-2.1, and bytestring-0.12. + ## hslua-core-2.3.1 Released 2023-03-17. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/LICENSE new/hslua-core-2.3.2/LICENSE --- old/hslua-core-2.3.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ Copyright © 1994-2022 Lua.org, PUC-Rio. Copyright © 2007-2012 Gracjan Polak Copyright © 2012-2015 Ãmer Sinan AÄacan -Copyright © 2016-2023 Albert Krewinkel +Copyright © 2016-2024 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-core-2.3.1/hslua-core.cabal new/hslua-core-2.3.2/hslua-core.cabal --- old/hslua-core-2.3.1/hslua-core.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/hslua-core.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-core -version: 2.3.1 +version: 2.3.2 synopsis: Bindings to Lua, an embeddable scripting language description: Wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. @@ -15,7 +15,7 @@ maintainer: tar...@hslua.org copyright: © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: README.md @@ -26,8 +26,10 @@ , GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 - , GHC == 9.2.5 - , GHC == 9.4.4 + , GHC == 9.2.8 + , GHC == 9.4.8 + , GHC == 9.6.3 + , GHC == 9.8.1 source-repository head type: git @@ -36,11 +38,11 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.11 && < 5 - , bytestring >= 0.10.2 && < 0.12 + , bytestring >= 0.10.2 && < 0.13 , exceptions >= 0.8 && < 0.11 , lua >= 2.3.1 && < 2.4 , mtl >= 2.2 && < 2.4 - , text >= 1.2 && < 2.1 + , text >= 1.2 && < 2.2 ghc-options: -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Auxiliary.hs new/hslua-core-2.3.2/src/HsLua/Core/Auxiliary.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Auxiliary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Auxiliary.hs 2001-09-09 03:46:40.000000000 +0200 @@ -6,7 +6,7 @@ Module : HsLua.Core.Auxiliary Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Closures.hs new/hslua-core-2.3.2/src/HsLua/Core/Closures.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Closures.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Closures.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ Module : HsLua.Core.Closures Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Debug.hs new/hslua-core-2.3.2/src/HsLua/Core/Debug.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Debug.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Debug.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Debug -Copyright : © 2023 Albert Krewinkel +Copyright : © 2023-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Error.hs new/hslua-core-2.3.2/src/HsLua/Core/Error.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Error.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Error.hs 2001-09-09 03:46:40.000000000 +0200 @@ -8,7 +8,7 @@ {-# OPTIONS_GHC -Wno-warnings-deprecations #-} {-| Module : HsLua.Core.Error -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Package.hs new/hslua-core-2.3.2/src/HsLua/Core/Package.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Package.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Package.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Package -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Primary.hs new/hslua-core-2.3.2/src/HsLua/Core/Primary.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Primary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Primary.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ Module : HsLua.Core.Primary Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Run.hs new/hslua-core-2.3.2/src/HsLua/Core/Run.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Run.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Run.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ Module : HsLua.Core.Run Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Trace.hs new/hslua-core-2.3.2/src/HsLua/Core/Trace.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Trace.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Trace.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Core.Trace -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Types.hs new/hslua-core-2.3.2/src/HsLua/Core/Types.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Types.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Types.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ Module : HsLua.Core.Types Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Unsafe.hs new/hslua-core-2.3.2/src/HsLua/Core/Unsafe.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Unsafe.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Unsafe.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# OPTIONS_GHC -Wno-warnings-deprecations #-} {-| Module : HsLua.Core.Unsafe -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Userdata.hs new/hslua-core-2.3.2/src/HsLua/Core/Userdata.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Userdata.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Userdata.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ Module : HsLua.Core.Userdata Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Utf8.hs new/hslua-core-2.3.2/src/HsLua/Core/Utf8.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Utf8.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Utf8.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Utf8 -Copyright : © 2018-2023 Albert Krewinkel +Copyright : © 2018-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core/Warn.hs new/hslua-core-2.3.2/src/HsLua/Core/Warn.hs --- old/hslua-core-2.3.1/src/HsLua/Core/Warn.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core/Warn.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Warn -Copyright : © 2023 Albert Krewinkel +Copyright : © 2023-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/src/HsLua/Core.hs new/hslua-core-2.3.2/src/HsLua/Core.hs --- old/hslua-core-2.3.1/src/HsLua/Core.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/src/HsLua/Core.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ Module : HsLua.Core Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2023 Albert Krewinkel + © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/ClosuresTests.hs new/hslua-core-2.3.2/test/HsLua/Core/ClosuresTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/ClosuresTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/ClosuresTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# OPTIONS_GHC -fno-warn-deprecations #-} {-| Module : HsLua.Core.ClosuresTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/DebugTests.hs new/hslua-core-2.3.2/test/HsLua/Core/DebugTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/DebugTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/DebugTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# OPTIONS_GHC -fno-warn-deprecations #-} {-| Module : HsLua.Core.DebugTests -Copyright : © 2023 Albert Krewinkel +Copyright : © 2023-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/PackageTests.hs new/hslua-core-2.3.2/test/HsLua/Core/PackageTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/PackageTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/PackageTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Core.RunTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/RunTests.hs new/hslua-core-2.3.2/test/HsLua/Core/RunTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/RunTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/RunTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# OPTIONS_GHC -fno-warn-deprecations #-} {-| Module : HsLua.Core.RunTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/TraceTests.hs new/hslua-core-2.3.2/test/HsLua/Core/TraceTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/TraceTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/TraceTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Core.TraceTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/UnsafeTests.hs new/hslua-core-2.3.2/test/HsLua/Core/UnsafeTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/UnsafeTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/UnsafeTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Core.UnsafeTests -Copyright : © 2021-2023 Albert Krewinkel +Copyright : © 2021-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/UserdataTests.hs new/hslua-core-2.3.2/test/HsLua/Core/UserdataTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/UserdataTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/UserdataTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Core.UserdataTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/Core/WarnTests.hs new/hslua-core-2.3.2/test/HsLua/Core/WarnTests.hs --- old/hslua-core-2.3.1/test/HsLua/Core/WarnTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/Core/WarnTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Core.WarnTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/HsLua/CoreTests.hs new/hslua-core-2.3.2/test/HsLua/CoreTests.hs --- old/hslua-core-2.3.1/test/HsLua/CoreTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/HsLua/CoreTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# OPTIONS_GHC -fno-warn-deprecations #-} {-| Module : HsLua.CoreTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/Test/HsLua/Arbitrary.hs new/hslua-core-2.3.2/test/Test/HsLua/Arbitrary.hs --- old/hslua-core-2.3.1/test/Test/HsLua/Arbitrary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/Test/HsLua/Arbitrary.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} {-| Module : HsLua.Core.RunTests -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/Test/Tasty/HsLua.hs new/hslua-core-2.3.2/test/Test/Tasty/HsLua.hs --- old/hslua-core-2.3.1/test/Test/Tasty/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/Test/Tasty/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : Test.Tasty.HsLua -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.1/test/test-hslua-core.hs new/hslua-core-2.3.2/test/test-hslua-core.hs --- old/hslua-core-2.3.1/test/test-hslua-core.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2/test/test-hslua-core.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : Main -Copyright : © 2017-2023 Albert Krewinkel +Copyright : © 2017-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org>