commit ghc-transformers-compat for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2020-10-23 15:15:10

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3463 (New)


Package is "ghc-transformers-compat"

Fri Oct 23 15:15:10 2020 rev:14 rq:842771 version:0.6.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2020-08-28 21:39:58.932854676 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3463/ghc-transformers-compat.changes
2020-10-23 15:15:15.966160834 +0200
@@ -1,0 +2,11 @@
+Tue Oct  6 08:55:55 UTC 2020 - psim...@suse.com
+
+- Update transformers-compat to version 0.6.6.
+  0.6.6 [2020.09.30]
+  --
+  * Add `FunctorClassesDefault`, an adapter newtype suitable for `DerivingVia`,
+to `Data.Functor.Classes.Generic`.
+  * Fix a bug in which `readsPrec1Default`/`liftReadsPrecDefault` would parse
+empty data types too strictly.
+
+---

Old:

  transformers-compat-0.6.5.tar.gz

New:

  transformers-compat-0.6.6.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.QMwxLz/_old  2020-10-23 15:15:17.074161368 +0200
+++ /var/tmp/diff_new_pack.QMwxLz/_new  2020-10-23 15:15:17.078161370 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.6.5
+Version:0.6.6
 Release:0
 Summary:A small compatibility shim for the transformers library
 License:BSD-3-Clause

++ transformers-compat-0.6.5.tar.gz -> transformers-compat-0.6.6.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transformers-compat-0.6.5/.hlint.yaml 
new/transformers-compat-0.6.6/.hlint.yaml
--- old/transformers-compat-0.6.5/.hlint.yaml   1970-01-01 01:00:00.0 
+0100
+++ new/transformers-compat-0.6.6/.hlint.yaml   2001-09-09 03:46:40.0 
+0200
@@ -0,0 +1,3 @@
+- arguments: [--cpp-define=HLINT, --cpp-ansi]
+
+- ignore: {name: Avoid lambda}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transformers-compat-0.6.5/.travis.yml 
new/transformers-compat-0.6.6/.travis.yml
--- old/transformers-compat-0.6.5/.travis.yml   2001-09-09 03:46:40.0 
+0200
+++ new/transformers-compat-0.6.6/.travis.yml   2001-09-09 03:46:40.0 
+0200
@@ -2,11 +2,17 @@
 #
 #   haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 
'cabal.project'
 #
+# To regenerate the script (for example after adjusting tested-with) run
+#
+#   haskell-ci regenerate
+#
 # For more information, see https://github.com/haskell-CI/haskell-ci
 #
-# version: 0.3.20190425
+# version: 0.10
 #
+version: ~> 1.0
 language: c
+os: linux
 dist: xenial
 git:
   # whether to recursively clone submodules
@@ -17,11 +23,12 @@
   - irc.freenode.org#haskell-lens
 skip_join: true
 template:
-  - "\"\\x0313transformers-compat\\x03/\\x0306%{branch}\\x03 
\\x0314%{commit}\\x03 %{build_url} %{message}\""
+  - "\x0313transformers-compat\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 
%{build_url} %{message}"
 cache:
   directories:
 - $HOME/.cabal/packages
 - $HOME/.cabal/store
+- $HOME/.hlint
 before_cache:
   - rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
   # remove files that are regenerated by 'cabal update'
@@ -31,77 +38,66 @@
   - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
   - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
   - rm -rfv $CABALHOME/packages/head.hackage
-matrix:
+jobs:
   include:
-- compiler: ghc-8.8.1
-  addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
-  env: GHCHEAD=true
+- compiler: ghc-8.10.1
+  addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.10.1","cabal-install-3.2"]}}
+  os: linux
+- compiler: ghc-8.8.3
+  addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.3","cabal-install-3.2"]}}
+  os: linux
 - compiler: ghc-8.6.5
-  addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
+  addons: {"apt":{"sources":[{"sourceline":"deb 

commit ghc-transformers-compat for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2020-08-28 21:39:58

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3399 (New)


Package is "ghc-transformers-compat"

Fri Aug 28 21:39:58 2020 rev:13 rq:829461 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2020-06-19 17:20:10.151335439 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3399/ghc-transformers-compat.changes
2020-08-28 21:39:58.932854676 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:46:22 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.ERDUbG/_old  2020-08-28 21:39:59.524854957 +0200
+++ /var/tmp/diff_new_pack.ERDUbG/_new  2020-08-28 21:39:59.528854959 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# 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
@@ -52,7 +52,7 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-transformers-compat for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2020-06-19 17:20:09

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3606 (New)


Package is "ghc-transformers-compat"

Fri Jun 19 17:20:09 2020 rev:12 rq:815200 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2019-12-27 13:58:40.696812245 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.3606/ghc-transformers-compat.changes
2020-06-19 17:20:10.151335439 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:44 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.ztsgIA/_old  2020-06-19 17:20:10.707336900 +0200
+++ /var/tmp/diff_new_pack.ztsgIA/_new  2020-06-19 17:20:10.711336910 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# 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-transformers-compat for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2019-12-27 13:58:37

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.6675 (New)


Package is "ghc-transformers-compat"

Fri Dec 27 13:58:37 2019 rev:11 rq:759543 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2019-05-17 23:43:19.861907285 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.6675/ghc-transformers-compat.changes
2019-12-27 13:58:40.696812245 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:15:04 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.75qOkb/_old  2019-12-27 13:58:41.256812515 +0100
+++ /var/tmp/diff_new_pack.75qOkb/_new  2019-12-27 13:58:41.256812515 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:A small compatibility shim for the transformers library
 License:BSD-3-Clause
-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
@@ -43,7 +42,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-transformers-compat for openSUSE:Factory

2019-05-17 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2019-05-17 23:43:18

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.5148 (New)


Package is "ghc-transformers-compat"

Fri May 17 23:43:18 2019 rev:10 rq:703480 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2019-04-28 20:14:01.090397420 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.5148/ghc-transformers-compat.changes
2019-05-17 23:43:19.861907285 +0200
@@ -1,0 +2,9 @@
+Sun May 12 02:02:22 UTC 2019 - psim...@suse.com
+
+- Update transformers-compat to version 0.6.5.
+  0.6.5 [2019.05.11]
+  --
+  * Ensure that the backported `MonadFail` instance for `ExceptT` is available
+when built against `transformers-0.4.*`.
+
+---

Old:

  transformers-compat-0.6.4.tar.gz

New:

  transformers-compat-0.6.5.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.T8XxJJ/_old  2019-05-17 23:43:20.521906923 +0200
+++ /var/tmp/diff_new_pack.T8XxJJ/_new  2019-05-17 23:43:20.525906920 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.6.4
+Version:0.6.5
 Release:0
 Summary:A small compatibility shim for the transformers library
 License:BSD-3-Clause

++ transformers-compat-0.6.4.tar.gz -> transformers-compat-0.6.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transformers-compat-0.6.4/.travis.yml 
new/transformers-compat-0.6.5/.travis.yml
--- old/transformers-compat-0.6.4/.travis.yml   2001-09-09 03:46:40.0 
+0200
+++ new/transformers-compat-0.6.5/.travis.yml   2001-09-09 03:46:40.0 
+0200
@@ -4,27 +4,24 @@
 #
 # For more information, see https://github.com/haskell-CI/haskell-ci
 #
-# version: 0.2.1
+# version: 0.3.20190425
 #
 language: c
 dist: xenial
-
 git:
-  submodules: false  # whether to recursively clone submodules
-
+  # whether to recursively clone submodules
+  submodules: false
 notifications:
   irc:
 channels:
-  - "irc.freenode.org#haskell-lens"
+  - irc.freenode.org#haskell-lens
 skip_join: true
 template:
-  - "\x0313transformers-compat\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 
%{build_url} %{message}"
-
+  - "\"\\x0313transformers-compat\\x03/\\x0306%{branch}\\x03 
\\x0314%{commit}\\x03 %{build_url} %{message}\""
 cache:
   directories:
 - $HOME/.cabal/packages
 - $HOME/.cabal/store
-
 before_cache:
   - rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
   # remove files that are regenerated by 'cabal update'
@@ -33,155 +30,174 @@
   - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.cache
   - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
   - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
-
   - rm -rfv $CABALHOME/packages/head.hackage
-
 matrix:
   include:
-- compiler: "ghc-8.6.4"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.4.4"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.2.2"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.2.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.0.2"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.0.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.10.3"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.10.3], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.8.4"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.8.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.6.3"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.6.3], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.4.2"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.4.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.2.2"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.2.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.0.4"
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.0.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-head"
+- compiler: ghc-8.8.1
+  addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
+  env: GHCHEAD=true
+- compiler: ghc-8.6.5
+  addons: 

commit ghc-transformers-compat for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2019-04-28 20:13:58

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.5536 (New)


Package is "ghc-transformers-compat"

Sun Apr 28 20:13:58 2019 rev:9 rq:698563 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2018-10-25 09:06:40.430493056 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new.5536/ghc-transformers-compat.changes
2019-04-28 20:14:01.090397420 +0200
@@ -1,0 +2,24 @@
+Wed Apr  3 02:01:41 UTC 2019 - psim...@suse.com
+
+- Update transformers-compat to version 0.6.4.
+  0.6.4 [2019.04.01]
+  --
+  * Use more conservative CPP to guard the backported `MonadFix` instance for
+`ListT`.
+
+---
+Tue Apr  2 07:14:17 UTC 2019 - psim...@suse.com
+
+- Update transformers-compat to version 0.6.3.
+  0.6.3 [2019.04.01]
+  --
+  * Backport changes from `transformers-0.5.6.*`:
+* Backport the `MonadFix` instance for `ListT` in
+  `Control.Monad.Trans.Instances`.
+* Generalize the type of `except` in `Control.Monad.Trans.Except`.
+  * Backport `MonadFail` instances for `AccumT`, `Reverse`, and `SelectT` on
+pre-8.0 versions of GHC by depending on the `fail` package if necessary.
+  * Backport `MonadFail` instances for monad transformer types in
+`Control.Monad.Trans.Instances`.
+
+---

Old:

  transformers-compat-0.6.2.tar.gz

New:

  transformers-compat-0.6.4.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.qpjMec/_old  2019-04-28 20:14:01.698397043 +0200
+++ /var/tmp/diff_new_pack.qpjMec/_new  2019-04-28 20:14:01.702397039 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.6.2
+Version:0.6.4
 Release:0
 Summary:A small compatibility shim for the transformers library
 License:BSD-3-Clause

++ transformers-compat-0.6.2.tar.gz -> transformers-compat-0.6.4.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transformers-compat-0.6.2/.travis.yml 
new/transformers-compat-0.6.4/.travis.yml
--- old/transformers-compat-0.6.2/.travis.yml   2018-05-11 20:17:38.0 
+0200
+++ new/transformers-compat-0.6.4/.travis.yml   2001-09-09 03:46:40.0 
+0200
@@ -1,11 +1,13 @@
 # This Travis job script has been generated by a script via
 #
-#   runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' 
'--cabal-install-version=2.2' '--jobs=2' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-install-dependencies' '--config=cabal.haskell-ci' 'cabal.project'
+#   haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 
'cabal.project'
 #
-# For more information, see https://github.com/hvr/multi-ghc-travis
+# For more information, see https://github.com/haskell-CI/haskell-ci
+#
+# version: 0.2.1
 #
 language: c
-sudo: false
+dist: xenial
 
 git:
   submodules: false  # whether to recursively clone submodules
@@ -24,45 +26,38 @@
 - $HOME/.cabal/store
 
 before_cache:
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
   # remove files that are regenerated by 'cabal update'
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.*
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/*.json
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.cache
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/00-index.*
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/*.json
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.cache
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
+  - rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
 
-  - rm -rfv $HOME/.cabal/packages/head.hackage
+  - rm -rfv $CABALHOME/packages/head.hackage
 
 matrix:
   include:
-

commit ghc-transformers-compat for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2018-10-25 09:06:36

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Thu Oct 25 09:06:36 2018 rev:8 rq:643479 version:0.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2018-07-21 10:24:00.646975032 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2018-10-25 09:06:40.430493056 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:32:09 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.0hFHkL/_old  2018-10-25 09:06:40.862492798 +0200
+++ /var/tmp/diff_new_pack.0hFHkL/_new  2018-10-25 09:06:40.862492798 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 




commit ghc-transformers-compat for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2018-07-21 10:23:57

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Sat Jul 21 10:23:57 2018 rev:7 rq:623881 version:0.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2018-05-30 12:27:42.313443967 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2018-07-21 10:24:00.646975032 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:45 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -63 +68,0 @@
-



Other differences:
--



commit ghc-transformers-compat for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2018-05-30 12:15:04

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Wed May 30 12:15:04 2018 rev:6 rq:607911 version:0.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2017-09-15 22:20:00.475005784 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2018-05-30 12:27:42.313443967 +0200
@@ -1,0 +2,38 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update transformers-compat to version 0.6.2.
+  * `transformers-compat` now uses automatic flags instead of manual ones.
+This has a number of benefits:
+
+* There is no need for making several simultaneous releases to support each
+  flag combination.
+* As a result, the `cabal-install` constraint solver should have a much
+  easier time figuring out install-plans involving `transformers-compat`.
+
+Due to old `cabal-install` bugs, `cabal-install-1.16` and older may have a
+harder time installing this package, so it is recommended that you use
+`cabal-install-1.18` or later. (Or, if you must use `cabal-install-1.16` or
+older, installing `transformers-compat` with the appropriate flags should
+help.)
+  * Fix an oversight in which the `Control.Monad.Trans.Accum` and
+`Control.Monad.Trans.Select` modules were not backported when built with 
the
+`-ffour` flag.
+  * Introduce the `Data.Functor.Classes.Generic` module, which provides 
functions that can generically implement methods in the `Eq1`, `Ord1`, `Read1`, 
and `Show1` classes (without the usual boilerplate involved).
+  * Introduce the `generic-deriving` flag. When enabled, `transformers-compat` 
will depend on the `generic-deriving` library on older versions of GHC to 
backport `GHC.Generics` support for `Generic` instances and the machinery in 
`Data.Functor.Classes.Generic`.
+  * Some instances were present in `Data.Functor.Sum` but not in 
`Control.Monad.Trans.Instances` (e.g., the `Generic`, `Typeable`, and `Data` 
instances for `Sum`). This has been fixed.
+  * Backport changes from `transformers-0.5.5`:
+* Backport the `Semigroup` instance for `Constant`
+* Add `mapSelect` and `mapSelectT`
+* Define `selectToContT` (and deprecate `selectToCont` in favor of that)
+* Define some explicit `(*>)` definitions to avoid space leaks
+  * Backport changes from `transformers-0.5.4` (i.e., add `Bifoldable` and 
`Bitraversable` instances for `Data.Functor.Constant`)
+  * Backport changes from `transformers-0.5.3`:
+* Backport the `Control.Monad.Trans.Accum` and 
`Control.Monad.Trans.Select` modules
+* Backport the `eitherToErrors` and `elimLift` functions to 
`Control.Applicative.Lift`
+* Backport `Bits`, `FiniteBits`, `IsString`, `Num`, `Real`, `Integral`, 
`Fractional`, `Floating`, `RealFrac`, and `RealFloat` instances for 
`Data.Functor.Identity`
+* Backport `Monad`, `MonadFail`, and `MonadPlus` instances for 
`Data.Functor.Reverse`
+* Backport `Eq1`, `Ord1`, `Read1`, and `Show1` instances for `Data.Proxy`
+  * Backport changes from `transformers-0.5.2` (i.e., add more `INLINE` 
annotations)
+  * Backport changes from `transformers-0.5.1` (i.e., add `Bounded`, `Enum`, 
`Ix`, and `Storable` instances for `Identity`)
+
+---

Old:

  transformers-compat-0.5.1.4.tar.gz

New:

  transformers-compat-0.6.2.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.6WwpJi/_old  2018-05-30 12:27:43.045418313 +0200
+++ /var/tmp/diff_new_pack.6WwpJi/_new  2018-05-30 12:27:43.045418313 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,9 +18,9 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.5.1.4
+Version:0.6.2
 Release:0
-Summary:A small compatibility shim exposing the new types from 
transformers 0.3 and 0.4 to older Haskell platforms
+Summary:A small compatibility shim for the transformers library
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
@@ -69,7 

commit ghc-transformers-compat for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2017-09-15 22:19:59

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Fri Sep 15 22:19:59 2017 rev:5 rq:525560 version:0.5.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2016-10-19 13:04:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2017-09-15 22:20:00.475005784 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.Hfmfcg/_old  2017-09-15 22:20:01.382877904 +0200
+++ /var/tmp/diff_new_pack.Hfmfcg/_new  2017-09-15 22:20:01.394876214 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,13 +22,12 @@
 Release:0
 Summary:A small compatibility shim exposing the new types from 
transformers 0.3 and 0.4 to older Haskell platforms
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package includes backported versions of types that were added to
@@ -44,7 +43,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -70,11 +69,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.markdown README.markdown
 
 %changelog




commit ghc-transformers-compat for openSUSE:Factory

2016-10-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2016-10-19 13:04:37

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2016-07-20 09:24:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2016-10-19 13:04:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:34:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.1.4 revision 0 with cabal2obs.
+
+---

Old:

  transformers-compat-0.4.0.4.tar.gz

New:

  transformers-compat-0.5.1.4.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.QTE6SB/_old  2016-10-19 13:04:39.0 +0200
+++ /var/tmp/diff_new_pack.QTE6SB/_new  2016-10-19 13:04:39.0 +0200
@@ -18,25 +18,23 @@
 
 %global pkg_name transformers-compat
 Name:   ghc-%{pkg_name}
-Version:0.4.0.4
+Version:0.5.1.4
 Release:0
 Summary:A small compatibility shim exposing the new types from 
transformers 0.3 and 0.4 to older Haskell platforms
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 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
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package includes backported versions of types that were added to
-transformers in transformers 0.3 and 0.4 for users who need strict transformers
-0.2 or 0.3 compatibility to run on old versions of the platform, but also need
-those types.
+transformers in transformers 0.3, 0.4, and 0.5 for users who need strict
+transformers 0.2 or 0.3 compatibility to run on old versions of the platform,
+but also need those types.
 
 Those users should be able to just depend on 'transformers >= 0.2' and
 'transformers-compat >= 0.3'.
@@ -59,15 +57,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ transformers-compat-0.4.0.4.tar.gz -> transformers-compat-0.5.1.4.tar.gz 
++
 2199 lines of diff (skipped)




commit ghc-transformers-compat for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2016-07-20 09:24:00

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is "ghc-transformers-compat"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2015-08-23 17:39:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2016-07-20 09:24:01.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:05:56 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.GDSCsT/_old  2016-07-20 09:24:02.0 +0200
+++ /var/tmp/diff_new_pack.GDSCsT/_new  2016-07-20 09:24:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-compat
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name transformers-compat
 
-Name:   ghc-transformers-compat
+%global pkg_name transformers-compat
+Name:   ghc-%{pkg_name}
 Version:0.4.0.4
 Release:0
-Summary:A small shim exposing the new types from transformers 0.4
-Group:  System/Libraries
-
+Summary:A small compatibility shim exposing the new types from 
transformers 0.3 and 0.4 to older Haskell platforms
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-mtl-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -40,18 +37,20 @@
 transformers in transformers 0.3 and 0.4 for users who need strict transformers
 0.2 or 0.3 compatibility to run on old versions of the platform, but also need
 those types.
+
 Those users should be able to just depend on 'transformers >= 0.2' and
 'transformers-compat >= 0.3'.
+
 Note: missing methods are not supplied, but this at least permits the types to
 be used.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
@@ -60,12 +59,15 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -78,6 +80,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown
+%doc CHANGELOG.markdown README.markdown
 
 %changelog




commit ghc-transformers-compat for openSUSE:Factory

2015-08-23 Thread h_root
Hello community,

here is the log from the commit of package ghc-transformers-compat for 
openSUSE:Factory checked in at 2015-08-23 15:43:25

Comparing /work/SRC/openSUSE:Factory/ghc-transformers-compat (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-transformers-compat.new (New)


Package is ghc-transformers-compat

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-transformers-compat/ghc-transformers-compat.changes
  2015-05-22 09:49:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-compat.new/ghc-transformers-compat.changes
 2015-08-23 17:39:13.0 +0200
@@ -1,0 +2,5 @@
+Wed May 13 06:24:16 UTC 2015 - mimi...@gmail.com
+
+- update to 0.4.0.4 
+
+---

Old:

  transformers-compat-0.4.0.3.tar.gz

New:

  transformers-compat-0.4.0.4.tar.gz



Other differences:
--
++ ghc-transformers-compat.spec ++
--- /var/tmp/diff_new_pack.nMliLn/_old  2015-08-23 17:39:13.0 +0200
+++ /var/tmp/diff_new_pack.nMliLn/_new  2015-08-23 17:39:13.0 +0200
@@ -17,8 +17,8 @@
 
 %global pkg_name transformers-compat
 
-Name:   ghc-%{pkg_name}
-Version:0.4.0.3
+Name:   ghc-transformers-compat
+Version:0.4.0.4
 Release:0
 Summary:A small shim exposing the new types from transformers 0.4
 Group:  System/Libraries

++ transformers-compat-0.4.0.3.tar.gz - transformers-compat-0.4.0.4.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/transformers-compat-0.4.0.3/transformers-compat.cabal 
new/transformers-compat-0.4.0.4/transformers-compat.cabal
--- old/transformers-compat-0.4.0.3/transformers-compat.cabal   2015-02-13 
08:31:14.0 +0100
+++ new/transformers-compat-0.4.0.4/transformers-compat.cabal   2015-02-13 
08:29:40.0 +0100
@@ -1,6 +1,6 @@
 name:  transformers-compat
 category:  Compatibility
-version:   0.4.0.3
+version:   0.4.0.4
 license:   BSD3
 cabal-version: = 1.8
 license-file:  LICENSE
@@ -45,7 +45,7 @@
   manual: True
 
 flag three
-  default: True
+  default: False
   manual: True
   description: Use transformers 0.3. This should toggle on/off automatically.