commit ghc-hslua-module-text for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2020-10-23 15:14:02

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3463 (New)


Package is "ghc-hslua-module-text"

Fri Oct 23 15:14:02 2020 rev:8 rq:842748 version:0.3.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2020-08-28 21:33:34.244672428 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3463/ghc-hslua-module-text.changes
2020-10-23 15:14:05.338126756 +0200
@@ -1,0 +2,8 @@
+Sat Oct 17 02:01:39 UTC 2020 - psim...@suse.com
+
+- Update hslua-module-text to version 0.3.0.1.
+  ## 0.3.0.1 -- 2020-10-16
+
+  - Relaxed upper bound for hslua, allow `hslua-1.3.*`.
+
+---

Old:

  hslua-module-text-0.3.0.tar.gz

New:

  hslua-module-text-0.3.0.1.tar.gz



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.GG33Vd/_old  2020-10-23 15:14:06.210127176 +0200
+++ /var/tmp/diff_new_pack.GG33Vd/_new  2020-10-23 15:14:06.214127178 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hslua-module-text
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.0
+Version:0.3.0.1
 Release:0
 Summary:Lua module for text
 License:MIT

++ hslua-module-text-0.3.0.tar.gz -> hslua-module-text-0.3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.3.0/ChangeLog.md 
new/hslua-module-text-0.3.0.1/ChangeLog.md
--- old/hslua-module-text-0.3.0/ChangeLog.md2001-09-09 03:46:40.0 
+0200
+++ new/hslua-module-text-0.3.0.1/ChangeLog.md  2001-09-09 03:46:40.0 
+0200
@@ -1,5 +1,9 @@
 # Revision history for hslua-module-text
 
+## 0.3.0.1 -- 2020-10-16
+
+- Relaxed upper bound for hslua, allow `hslua-1.3.*`.
+
 ## 0.3.0 -- 2020-08-15
 
 - Use self-documenting module. This allows to include
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.3.0/hslua-module-text.cabal 
new/hslua-module-text-0.3.0.1/hslua-module-text.cabal
--- old/hslua-module-text-0.3.0/hslua-module-text.cabal 2001-09-09 
03:46:40.0 +0200
+++ new/hslua-module-text-0.3.0.1/hslua-module-text.cabal   2001-09-09 
03:46:40.0 +0200
@@ -1,5 +1,5 @@
 name:hslua-module-text
-version: 0.3.0
+version: 0.3.0.1
 synopsis:Lua module for text
 description: UTF-8 aware subset of Lua's `string` module.
 homepage:https://github.com/hslua/hslua-module-text
@@ -28,7 +28,7 @@
   exposed-modules: Foreign.Lua.Module.Text
   build-depends:   base   >= 4.8&& < 5
  , bytestring >= 0.10.2 && < 0.11
- , hslua  >= 1.2&& < 1.3
+ , hslua  >= 1.2&& < 1.4
  , text   >= 1  && < 1.3
   hs-source-dirs:  src
   default-language:Haskell2010




commit ghc-hslua-module-text for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2020-08-28 21:33:29

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3399 (New)


Package is "ghc-hslua-module-text"

Fri Aug 28 21:33:29 2020 rev:7 rq:829305 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2020-06-19 17:13:24.054154334 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3399/ghc-hslua-module-text.changes
2020-08-28 21:33:34.244672428 +0200
@@ -1,0 +2,17 @@
+Tue Aug 18 10:45:05 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---
+Sun Aug 16 02:01:35 UTC 2020 - psim...@suse.com
+
+- Update hslua-module-text to version 0.3.0.
+  ## 0.3.0 -- 2020-08-15
+
+  - Use self-documenting module. This allows to include
+documentation with the module definition, and to auto-generate
+documentation from that. Requires hslua-1.2.0 or newer.
+
+  - Run CI tests with all GHC 8 versions, test stack builds.
+
+---

Old:

  hslua-module-text-0.2.1.tar.gz

New:

  hslua-module-text-0.3.0.tar.gz



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.Ocascq/_old  2020-08-28 21:33:34.872672726 +0200
+++ /var/tmp/diff_new_pack.Ocascq/_new  2020-08-28 21:33:34.872672726 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-module-text
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-module-text
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1
+Version:0.3.0
 Release:0
 Summary:Lua module for text
 License:MIT
@@ -33,6 +33,7 @@
 %if %{with tests}
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-lua-devel
 %endif
 
 %description
@@ -50,7 +51,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build

++ hslua-module-text-0.2.1.tar.gz -> hslua-module-text-0.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.2.1/ChangeLog.md 
new/hslua-module-text-0.3.0/ChangeLog.md
--- old/hslua-module-text-0.2.1/ChangeLog.md1970-01-01 01:00:00.0 
+0100
+++ new/hslua-module-text-0.3.0/ChangeLog.md2001-09-09 03:46:40.0 
+0200
@@ -1,5 +1,13 @@
 # Revision history for hslua-module-text
 
+## 0.3.0 -- 2020-08-15
+
+- Use self-documenting module. This allows to include
+  documentation with the module definition, and to auto-generate
+  documentation from that. Requires hslua-1.2.0 or newer.
+
+- Run CI tests with all GHC 8 versions, test stack builds.
+
 ## 0.2.1 -- 2019-05-04
 
 - Require at least HsLua v1.0.3: that version has better support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.2.1/LICENSE 
new/hslua-module-text-0.3.0/LICENSE
--- old/hslua-module-text-0.2.1/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/hslua-module-text-0.3.0/LICENSE 2001-09-09 03:46:40.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2017 Albert Krewinkel
+Copyright (c) 2017-2020 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-module-text-0.2.1/hslua-module-text.cabal 
new/hslua-module-text-0.3.0/hslua-module-text.cabal
--- old/hslua-module-text-0.2.1/hslua-module-text.cabal 1970-01-01 
01:00:00.0 +0100
+++ new/hslua-module-text-0.3.0/hslua-module-text.cabal 2001-09-09 
03:46:40.0 +0200
@@ -1,5 +1,5 @@
 name:hslua-module-text
-version: 0.2.1
+version: 0.3.0
 synopsis:Lua module for text
 description: UTF-8 aware subset of Lua's `string` module.
 homepage:https://github.com/hslua/hslua-module-text
@@ -7,17 +7,18 @@
 license-file:LICENSE
 author:  Albert Krewinkel
 maintainer:  albert+hs...@zeitkraut.de
-copyright:   © 2017–2019 Albert Krewinkel
+copyright:   © 2017–2020 Albert Krewinkel
 category:Foreign
 build-type:

commit ghc-hslua-module-text for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2020-06-19 17:13:22

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3606 (New)


Package is "ghc-hslua-module-text"

Fri Jun 19 17:13:22 2020 rev:6 rq:815106 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2019-12-27 13:54:06.572679788 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3606/ghc-hslua-module-text.changes
2020-06-19 17:13:24.054154334 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:12 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.ctjNkI/_old  2020-06-19 17:13:24.594156140 +0200
+++ /var/tmp/diff_new_pack.ctjNkI/_new  2020-06-19 17:13:24.598156154 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-module-text
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-hslua-module-text for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2019-12-27 13:54:05

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.6675 (New)


Package is "ghc-hslua-module-text"

Fri Dec 27 13:54:05 2019 rev:5 rq:759415 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2019-05-12 11:35:38.614264219 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.6675/ghc-hslua-module-text.changes
2019-12-27 13:54:06.572679788 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:54 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.Sl88m2/_old  2019-12-27 13:54:07.144680064 +0100
+++ /var/tmp/diff_new_pack.Sl88m2/_new  2019-12-27 13:54:07.144680064 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:Lua module for text
 License:MIT
-Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -41,7 +40,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-hslua-module-text for openSUSE:Factory

2019-05-12 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2019-05-12 11:35:37

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.5148 (New)


Package is "ghc-hslua-module-text"

Sun May 12 11:35:37 2019 rev:4 rq:701768 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2018-10-25 08:17:17.184045960 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.5148/ghc-hslua-module-text.changes
2019-05-12 11:35:38.614264219 +0200
@@ -1,0 +2,12 @@
+Sun May  5 02:01:31 UTC 2019 - psim...@suse.com
+
+- Update hslua-module-text to version 0.2.1.
+  ## 0.2.1 -- 2019-05-04
+
+  - Require at least HsLua v1.0.3: that version has better support
+for modules.
+
+  - Rename `pushModuleText` to `pushModule`. The old name is keeped
+as an alias for now.
+
+---

Old:

  hslua-module-text-0.2.0.tar.gz

New:

  hslua-module-text-0.2.1.tar.gz



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.NkKPdP/_old  2019-05-12 11:35:42.122274489 +0200
+++ /var/tmp/diff_new_pack.NkKPdP/_new  2019-05-12 11:35:42.126274501 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hslua-module-text
 #
-# 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-module-text
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Lua module for text
 License:MIT

++ hslua-module-text-0.2.0.tar.gz -> hslua-module-text-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.2.0/ChangeLog.md 
new/hslua-module-text-0.2.1/ChangeLog.md
--- old/hslua-module-text-0.2.0/ChangeLog.md2018-09-24 08:20:00.0 
+0200
+++ new/hslua-module-text-0.2.1/ChangeLog.md1970-01-01 01:00:00.0 
+0100
@@ -1,5 +1,13 @@
 # Revision history for hslua-module-text
 
+## 0.2.1 -- 2019-05-04
+
+- Require at least HsLua v1.0.3: that version has better support
+  for modules.
+
+- Rename `pushModuleText` to `pushModule`. The old name is keeped
+  as an alias for now.
+
 ## 0.2.0 -- 2018-09-24
 
 - Use hslua 1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.2.0/hslua-module-text.cabal 
new/hslua-module-text-0.2.1/hslua-module-text.cabal
--- old/hslua-module-text-0.2.0/hslua-module-text.cabal 2018-09-24 
08:20:00.0 +0200
+++ new/hslua-module-text-0.2.1/hslua-module-text.cabal 1970-01-01 
01:00:00.0 +0100
@@ -1,5 +1,5 @@
 name:hslua-module-text
-version: 0.2.0
+version: 0.2.1
 synopsis:Lua module for text
 description: UTF-8 aware subset of Lua's `string` module.
 homepage:https://github.com/hslua/hslua-module-text
@@ -7,12 +7,17 @@
 license-file:LICENSE
 author:  Albert Krewinkel
 maintainer:  albert+hs...@zeitkraut.de
-copyright:   © 2017–2018 Albert Krewinkel
+copyright:   © 2017–2019 Albert Krewinkel
 category:Foreign
 build-type:  Simple
 extra-source-files:  ChangeLog.md
  test/hstext-test.lua
 cabal-version:   >=1.10
+tested-with: GHC == 7.10.3
+   , GHC == 8.0.2
+   , GHC == 8.2.2
+   , GHC == 8.4.4
+   , GHC == 8.6.5
 
 source-repository head
   type:  git
@@ -22,7 +27,7 @@
   exposed-modules: Foreign.Lua.Module.Text
   build-depends:   base   >= 4.7&& < 5
  , bytestring >= 0.10.2 && < 0.11
- , hslua  >= 1.0&& < 1.1
+ , hslua  >= 1.0.3  && < 1.2
  , text   >= 1  && < 1.3
   hs-source-dirs:  src
   default-language:Haskell2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hslua-module-text-0.2.0/src/Foreign/Lua/Module/Text.hs 
new/hslua-module-text-0.2.1/src/Foreign/Lua/Module/Text.hs
--- old/hslua-module-text-0.2.0/src/Foreign/Lua/Module/Text.hs  2018-09-24 
08:20:00.0 +0200
+++ new/hslua-module-text-0.2.1/src/Foreign/Lua/Module/Text.hs  1970-01-01 
01:00:00.0 +0100
@@ 

commit ghc-hslua-module-text for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2018-10-25 08:16:36

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new (New)


Package is "ghc-hslua-module-text"

Thu Oct 25 08:16:36 2018 rev:3 rq:642864 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2018-07-24 17:19:38.551088972 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new/ghc-hslua-module-text.changes
 2018-10-25 08:17:17.184045960 +0200
@@ -1,0 +2,12 @@
+Wed Oct 10 02:02:34 UTC 2018 - psim...@suse.com
+
+- Update hslua-module-text to version 0.2.0.
+  ## 0.2.0 -- 2018-09-24
+
+  - Use hslua 1.0.
+
+  ## 0.1.2.2  -- 2018-03-09
+
+  - Relax upper bound for base.
+
+---

Old:

  hslua-module-text-0.1.2.1.tar.gz
  hslua-module-text.cabal

New:

  hslua-module-text-0.2.0.tar.gz



Other differences:
--
++ ghc-hslua-module-text.spec ++
--- /var/tmp/diff_new_pack.SC3eMj/_old  2018-10-25 08:17:17.764045707 +0200
+++ /var/tmp/diff_new_pack.SC3eMj/_new  2018-10-25 08:17:17.764045707 +0200
@@ -12,22 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name hslua-module-text
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.2.1
+Version:0.2.0
 Release:0
 Summary:Lua module for text
 License:MIT
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-hslua-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
@@ -53,7 +53,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ hslua-module-text-0.1.2.1.tar.gz -> hslua-module-text-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.1.2.1/ChangeLog.md 
new/hslua-module-text-0.2.0/ChangeLog.md
--- old/hslua-module-text-0.1.2.1/ChangeLog.md  2017-11-24 15:47:54.0 
+0100
+++ new/hslua-module-text-0.2.0/ChangeLog.md2018-09-24 08:20:00.0 
+0200
@@ -1,5 +1,15 @@
 # Revision history for hslua-module-text
 
+## 0.2.0 -- 2018-09-24
+
+- Use hslua 1.0.
+
+
+## 0.1.2.2  -- 2018-03-09
+
+- Relax upper bound for base.
+
+
 ## 0.1.2.1  -- 2017-11-24
 
 - Add missing test file in the sources archive. This oversight had
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-module-text-0.1.2.1/hslua-module-text.cabal 
new/hslua-module-text-0.2.0/hslua-module-text.cabal
--- old/hslua-module-text-0.1.2.1/hslua-module-text.cabal   2017-11-24 
15:47:54.0 +0100
+++ new/hslua-module-text-0.2.0/hslua-module-text.cabal 2018-09-24 
08:20:00.0 +0200
@@ -1,13 +1,13 @@
 name:hslua-module-text
-version: 0.1.2.1
+version: 0.2.0
 synopsis:Lua module for text
 description: UTF-8 aware subset of Lua's `string` module.
-homepage:https://github.com/hslua/hslua-module-test
+homepage:https://github.com/hslua/hslua-module-text
 license: MIT
 license-file:LICENSE
 author:  Albert Krewinkel
 maintainer:  albert+hs...@zeitkraut.de
-copyright:   © 2017 Albert Krewinkel
+copyright:   © 2017–2018 Albert Krewinkel
 category:Foreign
 build-type:  Simple
 extra-source-files:  ChangeLog.md
@@ -20,11 +20,13 @@
 
 library
   exposed-modules: Foreign.Lua.Module.Text
-  build-depends:   base  >= 4.7 && < 4.11
- , hslua >= 0.9 && < 0.10
- , text  >= 1   && < 1.3
+  build-depends:   base   >= 4.7&& < 5
+ , bytestring >= 0.10.2 && < 0.11
+ , hslua  >= 1.0&& < 1.1
+ , text   >= 1  && < 1.3
   hs-source-dirs:  src
   default-language:Haskell2010
+  other-extensions:OverloadedStrings
 
 test-suite test-hslua
   default-language:

commit ghc-hslua-module-text for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-hslua-module-text for 
openSUSE:Factory checked in at 2018-07-24 17:19:35

Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new (New)


Package is "ghc-hslua-module-text"

Tue Jul 24 17:19:35 2018 rev:2 rq:623787 version:0.1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes  
2018-05-30 13:10:26.482173160 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new/ghc-hslua-module-text.changes
 2018-07-24 17:19:38.551088972 +0200
@@ -4 +4 @@
-- Adding initial version version 0.1.2.1.
+- Add hslua-module-text at version 0.1.2.1.



Other differences:
--