Hello community,

here is the log from the commit of package ghc-hslua for openSUSE:Factory 
checked in at 2019-01-25 22:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua"

Fri Jan 25 22:43:12 2019 rev:12 rq:667135 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hslua/ghc-hslua.changes      2018-10-25 
08:17:16.452046279 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hslua.new.28833/ghc-hslua.changes   
2019-01-25 22:43:14.583237240 +0100
@@ -1,0 +2,19 @@
+Sun Jan  6 03:01:19 UTC 2019 - psim...@suse.com
+
+- Update hslua to version 1.0.2.
+  ### 1.0.2
+
+  Released 2019-01-05.
+
+  - Fixed cross-compilation: placement of C import declarations
+    were fixed, thereby resolving issues with cross-compilation.
+    (Vanessa McHale and Faraz Maleknia)
+
+  - Added .gitattributes file, fixing the wrong language
+    classification of the GitHub repository. (Vanessa McHale)
+
+  - Improved `toHaskellFunction` documentation. The documentation
+    is now more specific on which Haskell exceptions are caught and
+    which will lead to crashes.
+
+-------------------------------------------------------------------

Old:
----
  hslua-1.0.1.tar.gz

New:
----
  hslua-1.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-hslua.spec ++++++
--- /var/tmp/diff_new_pack.3aX4wy/_old  2019-01-25 22:43:15.371236269 +0100
+++ /var/tmp/diff_new_pack.3aX4wy/_new  2019-01-25 22:43:15.375236264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name hslua
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Bindings to Lua, an embeddable scripting language
 License:        MIT

++++++ hslua-1.0.1.tar.gz -> hslua-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/CHANGELOG.md new/hslua-1.0.2/CHANGELOG.md
--- old/hslua-1.0.1/CHANGELOG.md        2018-10-01 09:39:40.000000000 +0200
+++ new/hslua-1.0.2/CHANGELOG.md        1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +1,21 @@
 ## Changelog
 
+### 1.0.2
+
+Released 2019-01-05.
+
+- Fixed cross-compilation: placement of C import declarations
+  were fixed, thereby resolving issues with cross-compilation.
+  (Vanessa McHale and Faraz Maleknia)
+
+- Added .gitattributes file, fixing the wrong language
+  classification of the GitHub repository. (Vanessa McHale)
+
+- Improved `toHaskellFunction` documentation. The documentation
+  is now more specific on which Haskell exceptions are caught and
+  which will lead to crashes.
+
+
 ### 1.0.1
 
 - Exposed more functions from Lua's `lauxlib` library:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/LICENSE new/hslua-1.0.2/LICENSE
--- old/hslua-1.0.1/LICENSE     2018-10-01 09:39:40.000000000 +0200
+++ new/hslua-1.0.2/LICENSE     1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +1,7 @@
 Copyright (C) 1994-2018 Lua.org, PUC-Rio.
 Copyright (C) 2007-2012 Gracjan Polak
 Copyright (C) 2012-2015 Ömer Sinan Ağacan
-Copyright (C) 2016-2018 Albert Krewinkel
+Copyright (C) 2016-2019 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-1.0.1/hslua.cabal new/hslua-1.0.2/hslua.cabal
--- old/hslua-1.0.1/hslua.cabal 2018-10-01 09:39:40.000000000 +0200
+++ new/hslua-1.0.2/hslua.cabal 1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 name:                hslua
-version:             1.0.1
+version:             1.0.2
 synopsis:            Bindings to Lua, an embeddable scripting language
 description:         HsLua provides bindings, wrappers, types, and helper
                      functions to bridge Haskell and <https://www.lua.org/ 
Lua>.
@@ -18,7 +18,7 @@
 maintainer:          albert+hs...@zeitkraut.de
 copyright:           © 2007–2012 Gracjan Polak
                      © 2012–2016 Ömer Sinan Ağacan
-                     © 2016–2018 Albert Krewinkel
+                     © 2016–2019 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-source-files:  cbits/lua-5.3.5/*.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/Auxiliary.hsc 
new/hslua-1.0.2/src/Foreign/Lua/Core/Auxiliary.hsc
--- old/hslua-1.0.1/src/Foreign/Lua/Core/Auxiliary.hsc  2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/Auxiliary.hsc  1970-01-01 
01:00:00.000000000 +0100
@@ -3,7 +3,7 @@
 Module      : Foreign.Lua.Core.Auxiliary
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/Constants.hsc 
new/hslua-1.0.2/src/Foreign/Lua/Core/Constants.hsc
--- old/hslua-1.0.1/src/Foreign/Lua/Core/Constants.hsc  2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/Constants.hsc  1970-01-01 
01:00:00.000000000 +0100
@@ -2,7 +2,7 @@
 Module      : Foreign.Lua.Core.Constants
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/Error.hs 
new/hslua-1.0.2/src/Foreign/Lua/Core/Error.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Core/Error.hs       2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/Error.hs       1970-01-01 
01:00:00.000000000 +0100
@@ -3,7 +3,7 @@
 {-# OPTIONS_GHC -fno-warn-orphans       #-}
 {-|
 Module      : Foreign.Lua.Core.Error
-Copyright   : © 2017-2018 Albert Krewinkel
+Copyright   : © 2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/Functions.hs 
new/hslua-1.0.2/src/Foreign/Lua/Core/Functions.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Core/Functions.hs   2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/Functions.hs   1970-01-01 
01:00:00.000000000 +0100
@@ -2,7 +2,7 @@
 Module      : Foreign.Lua.Core.Functions
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/RawBindings.hsc 
new/hslua-1.0.2/src/Foreign/Lua/Core/RawBindings.hsc
--- old/hslua-1.0.1/src/Foreign/Lua/Core/RawBindings.hsc        2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/RawBindings.hsc        1970-01-01 
01:00:00.000000000 +0100
@@ -3,7 +3,7 @@
 Module      : Foreign.Lua.Core.RawBindings
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core/Types.hsc 
new/hslua-1.0.2/src/Foreign/Lua/Core/Types.hsc
--- old/hslua-1.0.1/src/Foreign/Lua/Core/Types.hsc      2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core/Types.hsc      1970-01-01 
01:00:00.000000000 +0100
@@ -4,7 +4,7 @@
 Module      : Foreign.Lua.Core.Types
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
@@ -52,6 +52,10 @@
   , toReference
   ) where
 
+#include "lua.h"
+-- required only for LUA_ERRFILE
+#include "lauxlib.h"
+
 import Prelude hiding (Integer, EQ, LT)
 
 import Control.Monad.Catch (MonadCatch, MonadMask, MonadThrow)
@@ -62,10 +66,6 @@
 import Foreign.Storable (Storable)
 import GHC.Generics (Generic)
 
-#include "lua.h"
--- required only for LUA_ERRFILE
-#include "lauxlib.h"
-
 -- | A Lua computation. This is the base type used to run Lua programs of any
 -- kind. The Lua state is handled automatically, but can be retrieved via
 -- @'state'@.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Core.hs 
new/hslua-1.0.2/src/Foreign/Lua/Core.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Core.hs     2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Core.hs     1970-01-01 01:00:00.000000000 
+0100
@@ -2,7 +2,7 @@
 Module      : Foreign.Lua.Core
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/FunctionCalling.hsc 
new/hslua-1.0.2/src/Foreign/Lua/FunctionCalling.hsc
--- old/hslua-1.0.1/src/Foreign/Lua/FunctionCalling.hsc 2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/FunctionCalling.hsc 1970-01-01 
01:00:00.000000000 +0100
@@ -6,7 +6,7 @@
 Module      : Foreign.Lua.FunctionCalling
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
@@ -73,8 +73,19 @@
 --   * return type is @Lua a@, where @a@ is an instance of
 --     @'Pushable'@
 --
--- Any Haskell exception will be converted to a string and returned
+-- Any @'Lua.Exception'@ will be converted to a string and returned
 -- as Lua error.
+--
+-- /Important/: this does __not__ catch exceptions other than
+-- @'Lua.Exception'@; exception handling must be done by the converted
+-- Haskell function. Failure to do so will cause the program to crash.
+--
+-- E.g., the following code could be used to handle an Exception of type
+-- FooException, if that type is an instance of @'MonadCatch'@ and
+-- @'Pushable'@:
+--
+-- > toHaskellFunction (myFun `catchM` (\e -> raiseError (e :: FooException)))
+--
 toHaskellFunction :: ToHaskellFunction a => a -> HaskellFunction
 toHaskellFunction a = toHsFun 1 a `catchException` \(Lua.Exception msg) ->
   raiseError ("Error during function call: " <> msg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Types/Peekable.hs 
new/hslua-1.0.2/src/Foreign/Lua/Types/Peekable.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Types/Peekable.hs   2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Types/Peekable.hs   1970-01-01 
01:00:00.000000000 +0100
@@ -6,7 +6,7 @@
 Module      : Foreign.Lua.Types.Peekable
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Types/Pushable.hs 
new/hslua-1.0.2/src/Foreign/Lua/Types/Pushable.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Types/Pushable.hs   2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Types/Pushable.hs   1970-01-01 
01:00:00.000000000 +0100
@@ -5,7 +5,7 @@
 Module      : Foreign.Lua.Types.Pushable
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Types.hs 
new/hslua-1.0.2/src/Foreign/Lua/Types.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Types.hs    2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Types.hs    1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 {-|
 Module      : Foreign.Lua.Types
-Copyright   : © 2017-2018 Albert Krewinkel
+Copyright   : © 2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Userdata.hs 
new/hslua-1.0.2/src/Foreign/Lua/Userdata.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Userdata.hs 2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Userdata.hs 1970-01-01 01:00:00.000000000 
+0100
@@ -3,7 +3,7 @@
 Module      : Foreign.Lua.Userdata
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Utf8.hs 
new/hslua-1.0.2/src/Foreign/Lua/Utf8.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Utf8.hs     2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Utf8.hs     1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 {-|
 Module      : Foreign.Lua.Utf8
-Copyright   : © 2018 Albert Krewinkel
+Copyright   : © 2018-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua/Util.hs 
new/hslua-1.0.2/src/Foreign/Lua/Util.hs
--- old/hslua-1.0.1/src/Foreign/Lua/Util.hs     2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/src/Foreign/Lua/Util.hs     1970-01-01 01:00:00.000000000 
+0100
@@ -2,7 +2,7 @@
 Module      : Foreign.Lua.Util
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/src/Foreign/Lua.hs 
new/hslua-1.0.2/src/Foreign/Lua.hs
--- old/hslua-1.0.1/src/Foreign/Lua.hs  2018-10-01 09:39:40.000000000 +0200
+++ new/hslua-1.0.2/src/Foreign/Lua.hs  1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +1,7 @@
 {-
 Copyright © 2007-2012 Gracjan Polak
 Copyright © 2012-2016 Ömer Sinan Ağacan
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -25,7 +25,7 @@
 Module      : Foreign.Lua
 Copyright   : © 2007–2012 Gracjan Polak,
                 2012–2016 Ömer Sinan Ağacan,
-                2017-2018 Albert Krewinkel
+                2017-2019 Albert Krewinkel
 License     : MIT
 Maintainer  : Albert Krewinkel <tarleb+hs...@zeitkraut.de>
 Stability   : beta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/CoreTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/CoreTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/CoreTests.hs       2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/CoreTests.hs       1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -23,7 +23,7 @@
 {-# OPTIONS_GHC -fno-warn-deprecations #-}
 {-|
 Module      :  Foreign.Lua.CoreTests
-Copyright   :  © 2017-2018 Albert Krewinkel
+Copyright   :  © 2017-2019 Albert Krewinkel
 License     :  MIT
 
 Maintainer  :  Albert Krewinkel <tarleb+hs...@zeitkraut.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/FunctionCallingTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/FunctionCallingTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/FunctionCallingTests.hs    2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/FunctionCallingTests.hs    1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/Types/PeekableTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/Types/PeekableTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/Types/PeekableTests.hs     2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/Types/PeekableTests.hs     1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-|
 Module      :  Foreign.Lua.Types.PeekableTests
-Copyright   :  © 2017-2018 Albert Krewinkel
+Copyright   :  © 2017-2019 Albert Krewinkel
 License     :  MIT
 
 Maintainer  :  Albert Krewinkel <tarleb+hs...@zeitkraut.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/Types/PushableTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/Types/PushableTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/Types/PushableTests.hs     2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/Types/PushableTests.hs     1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-|
 Module      :  Foreign.Lua.Types.PushableTests
-Copyright   :  © 2017-2018 Albert Krewinkel
+Copyright   :  © 2017-2019 Albert Krewinkel
 License     :  MIT
 
 Maintainer  :  Albert Krewinkel <tarleb+hs...@zeitkraut.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/TypesTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/TypesTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/TypesTests.hs      2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/TypesTests.hs      1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/UserdataTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/UserdataTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/UserdataTests.hs   2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/UserdataTests.hs   1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2018 Albert Krewinkel
+Copyright © 2018-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/Lua/UtilTests.hs 
new/hslua-1.0.2/test/Foreign/Lua/UtilTests.hs
--- old/hslua-1.0.1/test/Foreign/Lua/UtilTests.hs       2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Foreign/Lua/UtilTests.hs       1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2018 Albert Krewinkel
+Copyright © 2018-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Foreign/LuaTests.hs 
new/hslua-1.0.2/test/Foreign/LuaTests.hs
--- old/hslua-1.0.1/test/Foreign/LuaTests.hs    2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/test/Foreign/LuaTests.hs    1970-01-01 01:00:00.000000000 
+0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Test/HsLua/Arbitrary.hs 
new/hslua-1.0.2/test/Test/HsLua/Arbitrary.hs
--- old/hslua-1.0.1/test/Test/HsLua/Arbitrary.hs        2018-10-01 
09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/Test/HsLua/Arbitrary.hs        1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/Test/HsLua/Util.hs 
new/hslua-1.0.2/test/Test/HsLua/Util.hs
--- old/hslua-1.0.1/test/Test/HsLua/Util.hs     2018-10-01 09:39:40.000000000 
+0200
+++ new/hslua-1.0.2/test/Test/HsLua/Util.hs     1970-01-01 01:00:00.000000000 
+0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-1.0.1/test/test-hslua.hs 
new/hslua-1.0.2/test/test-hslua.hs
--- old/hslua-1.0.1/test/test-hslua.hs  2018-10-01 09:39:40.000000000 +0200
+++ new/hslua-1.0.2/test/test-hslua.hs  1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +1,5 @@
 {-
-Copyright © 2017-2018 Albert Krewinkel
+Copyright © 2017-2019 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal


Reply via email to