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 2026-06-10 16:01:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-core (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-core.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-core" Wed Jun 10 16:01:00 2026 rev:7 rq:1358382 version:2.3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-core/ghc-hslua-core.changes 2024-01-26 22:47:29.060667102 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-core.new.2375/ghc-hslua-core.changes 2026-06-10 16:03:35.562674757 +0200 @@ -1,0 +2,10 @@ +Thu Jan 8 15:08:53 UTC 2026 - Peter Simons <[email protected]> + +- Update hslua-core to version 2.3.2.1. + ## hslua-core-2.3.2.1 + + Released 2026-01-08. + + - Cleaned-up dependencies. + +------------------------------------------------------------------- Old: ---- hslua-core-2.3.2.tar.gz New: ---- hslua-core-2.3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-core.spec ++++++ --- /var/tmp/diff_new_pack.vA6CWB/_old 2026-06-10 16:03:38.938814665 +0200 +++ /var/tmp/diff_new_pack.vA6CWB/_new 2026-06-10 16:03:38.938814665 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-core # -# 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.2 +Version: 2.3.2.1 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT @@ -46,8 +46,6 @@ BuildRequires: ghc-QuickCheck-prof BuildRequires: ghc-lua-arbitrary-devel BuildRequires: ghc-lua-arbitrary-prof -BuildRequires: ghc-quickcheck-instances-devel -BuildRequires: ghc-quickcheck-instances-prof BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-hunit-prof ++++++ hslua-core-2.3.2.tar.gz -> hslua-core-2.3.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/CHANGELOG.md new/hslua-core-2.3.2.1/CHANGELOG.md --- old/hslua-core-2.3.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,12 @@ `hslua-core` uses [PVP Versioning][]. +## hslua-core-2.3.2.1 + +Released 2026-01-08. + +- Cleaned-up dependencies. + ## hslua-core-2.3.2 Released 2024-01-18. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/LICENSE new/hslua-core-2.3.2.1/LICENSE --- old/hslua-core-2.3.2/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-core-2.3.2/hslua-core.cabal new/hslua-core-2.3.2.1/hslua-core.cabal --- old/hslua-core-2.3.2/hslua-core.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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.2 +version: 2.3.2.1 synopsis: Bindings to Lua, an embeddable scripting language description: Wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. @@ -15,21 +15,16 @@ maintainer: [email protected] copyright: © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; - © 2017-2024 Albert Krewinkel + © 2017-2026 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: README.md , CHANGELOG.md , test/lua/*.lua -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,21 @@ default-language: Haskell2010 build-depends: base >= 4.11 && < 5 , 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.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 @@ -74,6 +68,9 @@ , HsLua.Core.Warn reexported-modules: lua:Lua hs-source-dirs: src + build-depends: exceptions >= 0.8 && < 0.11 + , mtl >= 2.2 && < 2.4 + , text >= 1.2 && < 2.2 default-extensions: LambdaCase , StrictData other-extensions: CPP @@ -106,7 +103,6 @@ build-depends: hslua-core , lua-arbitrary >= 1.0 , QuickCheck >= 2.7 - , quickcheck-instances >= 0.3 , tasty >= 0.11 , tasty-hunit >= 0.9 , tasty-quickcheck >= 0.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Auxiliary.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Auxiliary.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Auxiliary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Closures.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Closures.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Closures.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Debug.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Debug.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Debug.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/src/HsLua/Core/Debug.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Debug -Copyright : © 2023-2024 Albert Krewinkel +Copyright : © 2023-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Error.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Error.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Error.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Package.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Package.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Package.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/src/HsLua/Core/Package.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Package -Copyright : © 2019-2024 Albert Krewinkel +Copyright : © 2019-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Primary.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Primary.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Primary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Run.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Run.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Run.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Trace.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Trace.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Trace.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Types.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Types.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Types.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Unsafe.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Unsafe.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Unsafe.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2019-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Userdata.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Userdata.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Userdata.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/src/HsLua/Core/Utf8.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Utf8.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Utf8.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/src/HsLua/Core/Utf8.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Utf8 -Copyright : © 2018-2024 Albert Krewinkel +Copyright : © 2018-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core/Warn.hs new/hslua-core-2.3.2.1/src/HsLua/Core/Warn.hs --- old/hslua-core-2.3.2/src/HsLua/Core/Warn.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/src/HsLua/Core/Warn.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Core.Warn -Copyright : © 2023-2024 Albert Krewinkel +Copyright : © 2023-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/src/HsLua/Core.hs new/hslua-core-2.3.2.1/src/HsLua/Core.hs --- old/hslua-core-2.3.2/src/HsLua/Core.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-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-core-2.3.2/test/HsLua/Core/ClosuresTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/ClosuresTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/ClosuresTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/DebugTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/DebugTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/DebugTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2023-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/PackageTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/PackageTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/PackageTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/RunTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/RunTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/RunTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/TraceTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/TraceTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/TraceTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/UnsafeTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/UnsafeTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/UnsafeTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2021-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/UserdataTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/UserdataTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/UserdataTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/Core/WarnTests.hs new/hslua-core-2.3.2.1/test/HsLua/Core/WarnTests.hs --- old/hslua-core-2.3.2/test/HsLua/Core/WarnTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/HsLua/CoreTests.hs new/hslua-core-2.3.2.1/test/HsLua/CoreTests.hs --- old/hslua-core-2.3.2/test/HsLua/CoreTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/Test/HsLua/Arbitrary.hs new/hslua-core-2.3.2.1/test/Test/HsLua/Arbitrary.hs --- old/hslua-core-2.3.2/test/Test/HsLua/Arbitrary.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-core-2.3.2/test/Test/Tasty/HsLua.hs new/hslua-core-2.3.2.1/test/Test/Tasty/HsLua.hs --- old/hslua-core-2.3.2/test/Test/Tasty/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/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-2024 Albert Krewinkel +Copyright : © 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-core-2.3.2/test/test-hslua-core.hs new/hslua-core-2.3.2.1/test/test-hslua-core.hs --- old/hslua-core-2.3.2/test/test-hslua-core.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-core-2.3.2.1/test/test-hslua-core.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]>
