Hello community,

here is the log from the commit of package ghc-exceptions for openSUSE:Factory 
checked in at 2020-01-03 17:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-exceptions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-exceptions.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-exceptions"

Fri Jan  3 17:35:16 2020 rev:17 rq:760282 version:0.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-exceptions/ghc-exceptions.changes    
2019-12-27 13:53:29.824662031 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-exceptions.new.6675/ghc-exceptions.changes  
2020-01-03 17:35:27.895248866 +0100
@@ -1,0 +2,9 @@
+Sun Dec 29 10:27:19 UTC 2019 - psim...@suse.com
+
+- Update exceptions to version 0.10.4.
+  0.10.4 [2019.12.26]
+  -------------------
+  * Allow building with `template-haskell-2.16.*`.
+  * Only depend on `transformers-compat` on old versions of GHC.
+
+-------------------------------------------------------------------

Old:
----
  exceptions-0.10.3.tar.gz

New:
----
  exceptions-0.10.4.tar.gz

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

Other differences:
------------------
++++++ ghc-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.7AmnTY/_old  2020-01-03 17:35:29.003249435 +0100
+++ /var/tmp/diff_new_pack.7AmnTY/_new  2020-01-03 17:35:29.003249435 +0100
@@ -19,7 +19,7 @@
 %global pkg_name exceptions
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.10.3
+Version:        0.10.4
 Release:        0
 Summary:        Extensible optionally-pure exceptions
 License:        BSD-3-Clause
@@ -30,7 +30,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-template-haskell-devel
-BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel

++++++ exceptions-0.10.3.tar.gz -> exceptions-0.10.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exceptions-0.10.3/.gitignore 
new/exceptions-0.10.4/.gitignore
--- old/exceptions-0.10.3/.gitignore    2001-09-09 03:46:40.000000000 +0200
+++ new/exceptions-0.10.4/.gitignore    2001-09-09 03:46:40.000000000 +0200
@@ -30,3 +30,8 @@
 cabal.project.local~
 .HTF/
 .ghc.environment.*
+
+# GHC
+dist-install
+GNUmakefile
+ghc.mk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exceptions-0.10.3/.travis.yml 
new/exceptions-0.10.4/.travis.yml
--- old/exceptions-0.10.3/.travis.yml   2001-09-09 03:46:40.000000000 +0200
+++ new/exceptions-0.10.4/.travis.yml   2001-09-09 03:46:40.000000000 +0200
@@ -4,9 +4,11 @@
 #
 # For more information, see https://github.com/haskell-CI/haskell-ci
 #
-# version: 0.3.20190815
+# version: 0.9.20191213
 #
+version: ~> 1.0
 language: c
+os: linux
 dist: xenial
 git:
   # whether to recursively clone submodules
@@ -22,6 +24,7 @@
   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,40 +34,52 @@
   - 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.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&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.10.1","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-8.8.1
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
+      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 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.6.5","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-8.4.4
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.4.4","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-8.2.2
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.2.2","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-8.0.2
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.0.2","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.10.3
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.10.3","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.10.3","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.8.4
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.8.4","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.8.4","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.6.3
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.6.3","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.6.3","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.4.2
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.4.2","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.4.2","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.2.2
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.2.2","cabal-install-2.4"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.2.2","cabal-install-3.0"]}}
+      os: linux
     - compiler: ghc-7.0.4
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.0.4","cabal-install-2.4"]}}
-    - compiler: ghc-head
-      addons: 
{"apt":{"sources":["hvr-ghc"],"packages":["ghc-head","cabal-install-head"]}}
+      addons: {"apt":{"sources":[{"sourceline":"deb 
http://ppa.launchpad.net/hvr/ghc/ubuntu xenial 
main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.0.4","cabal-install-3.0"]}}
+      os: linux
   allow_failures:
-    - compiler: ghc-head
     - compiler: ghc-7.0.4
     - compiler: ghc-7.2.2
-    - compiler: ghc-8.8.1
+    - compiler: ghc-8.10.1
 before_install:
   - HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
   - WITHCOMPILER="-w $HC"
+  - HADDOCK=$(echo "/opt/$CC/bin/haddock" | sed 's/-/\//')
   - HCPKG="$HC-pkg"
   - unset CC
   - CABAL=/opt/ghc/bin/cabal
@@ -99,24 +114,32 @@
   - TEST=--enable-tests
   - BENCH=--enable-benchmarks
   - HEADHACKAGE=false
-  - if [ $HCNUMVER -ge 80800 ] ; then HEADHACKAGE=true ; fi
+  - if [ $HCNUMVER -ge 81000 ] ; then HEADHACKAGE=true ; fi
   - rm -f $CABALHOME/config
   - |
-    echo "verbose: normal +nowrap +markoutput"          >> $CABALHOME/config
-    echo "remote-build-reporting: anonymous"            >> $CABALHOME/config
-    echo "write-ghc-environment-files: always"          >> $CABALHOME/config
-    echo "remote-repo-cache: $CABALHOME/packages"       >> $CABALHOME/config
-    echo "logs-dir:          $CABALHOME/logs"           >> $CABALHOME/config
-    echo "world-file:        $CABALHOME/world"          >> $CABALHOME/config
-    echo "extra-prog-path:   $CABALHOME/bin"            >> $CABALHOME/config
-    echo "symlink-bindir:    $CABALHOME/bin"            >> $CABALHOME/config
-    echo "installdir:        $CABALHOME/bin"            >> $CABALHOME/config
-    echo "build-summary:     $CABALHOME/logs/build.log" >> $CABALHOME/config
-    echo "store-dir:         $CABALHOME/store"          >> $CABALHOME/config
-    echo "install-dirs user"                            >> $CABALHOME/config
-    echo "  prefix: $CABALHOME"                         >> $CABALHOME/config
-    echo "repository hackage.haskell.org"               >> $CABALHOME/config
-    echo "  url: http://hackage.haskell.org/";           >> $CABALHOME/config
+    echo "verbose: normal +nowrap +markoutput"                                 
 >> $CABALHOME/config
+    echo "remote-build-reporting: anonymous"                                   
 >> $CABALHOME/config
+    echo "write-ghc-environment-files: always"                                 
 >> $CABALHOME/config
+    echo "remote-repo-cache: $CABALHOME/packages"                              
 >> $CABALHOME/config
+    echo "logs-dir:          $CABALHOME/logs"                                  
 >> $CABALHOME/config
+    echo "world-file:        $CABALHOME/world"                                 
 >> $CABALHOME/config
+    echo "extra-prog-path:   $CABALHOME/bin"                                   
 >> $CABALHOME/config
+    echo "symlink-bindir:    $CABALHOME/bin"                                   
 >> $CABALHOME/config
+    echo "installdir:        $CABALHOME/bin"                                   
 >> $CABALHOME/config
+    echo "build-summary:     $CABALHOME/logs/build.log"                        
 >> $CABALHOME/config
+    echo "store-dir:         $CABALHOME/store"                                 
 >> $CABALHOME/config
+    echo "install-dirs user"                                                   
 >> $CABALHOME/config
+    echo "  prefix: $CABALHOME"                                                
 >> $CABALHOME/config
+    echo "repository hackage.haskell.org"                                      
 >> $CABALHOME/config
+    echo "  url: http://hackage.haskell.org/";                                  
 >> $CABALHOME/config
+    echo "  secure: True"                                                      
 >> $CABALHOME/config
+    echo "  key-threshold: 3"                                                  
 >> $CABALHOME/config
+    echo "  root-keys:"                                                        
 >> $CABALHOME/config
+    echo "    
fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0" >> 
$CABALHOME/config
+    echo "    
1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42" >> 
$CABALHOME/config
+    echo "    
2c6c3627bd6c982990239487f1abd02e08a02e6cf16edb105a8012d444d870c3" >> 
$CABALHOME/config
+    echo "    
0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d" >> 
$CABALHOME/config
+    echo "    
51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921" >> 
$CABALHOME/config
   - |
     if $HEADHACKAGE; then
     echo "allow-newer: $($HCPKG list --simple-output | sed -E 
's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
@@ -128,6 +151,9 @@
     echo "              
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> 
$CABALHOME/config
     echo "   key-threshold: 3"                                                 
           >> $CABALHOME/config
     fi
+  - |
+    echo "program-default-options"                >> $CABALHOME/config
+    echo "  ghc-options: $GHCJOBS +RTS -M6G -RTS" >> $CABALHOME/config
   - cat $CABALHOME/config
   - rm -fv cabal.project cabal.project.local cabal.project.freeze
   - travis_retry ${CABAL} v2-update -v
@@ -172,7 +198,7 @@
   # cabal check...
   - (cd ${PKGDIR_exceptions} && ${CABAL} -vnormal check)
   # haddock...
-  - ${CABAL} v2-haddock $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
+  - ${CABAL} v2-haddock $WITHCOMPILER --with-haddock $HADDOCK ${TEST} ${BENCH} 
all | color_cabal_output
 
-# REGENDATA 
["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"]
+# REGENDATA 
("0.9.20191213",["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"])
 # EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exceptions-0.10.3/CHANGELOG.markdown 
new/exceptions-0.10.4/CHANGELOG.markdown
--- old/exceptions-0.10.3/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
+++ new/exceptions-0.10.4/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,8 @@
+0.10.4 [2019.12.26]
+-------------------
+* Allow building with `template-haskell-2.16.*`.
+* Only depend on `transformers-compat` on old versions of GHC.
+
 0.10.3 [2019.08.27]
 -------------------
 * `MonadThrow` instance for the strict `ST` monad.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exceptions-0.10.3/exceptions.cabal 
new/exceptions-0.10.4/exceptions.cabal
--- old/exceptions-0.10.3/exceptions.cabal      2001-09-09 03:46:40.000000000 
+0200
+++ new/exceptions-0.10.4/exceptions.cabal      2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 name:          exceptions
 category:      Control, Exceptions, Monad
-version:       0.10.3
+version:       0.10.4
 cabal-version: >= 1.8
 license:       BSD3
 license-file:  LICENSE
@@ -23,6 +23,7 @@
              , GHC == 8.4.4
              , GHC == 8.6.5
              , GHC == 8.8.1
+             , GHC == 8.10.1
 synopsis:      Extensible optionally-pure exceptions
 description:   Extensible optionally-pure exceptions.
 
@@ -41,18 +42,28 @@
   type: git
   location: git://github.com/ekmett/exceptions.git
 
+flag transformers-0-4
+  description: Use @transformers-0.4@ or later.
+  default:     True
+
 library
   build-depends:
     base                       >= 4.3      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.2      && < 2.16,
-    transformers               >= 0.2      && < 0.6,
-    transformers-compat        >= 0.3      && < 0.7,
+    template-haskell           >= 2.2      && < 2.17,
     mtl                        >= 2.0      && < 2.3
 
   if !impl(ghc >= 8.0)
     build-depends: fail        == 4.9.*
 
+  if flag(transformers-0-4)
+    build-depends:
+      transformers             >= 0.4      && < 0.6
+  else
+    build-depends:
+      transformers             >= 0.2      && < 0.4,
+      transformers-compat      >= 0.3      && < 0.7
+
   exposed-modules:
     Control.Monad.Catch
     Control.Monad.Catch.Pure
@@ -71,10 +82,16 @@
     exceptions,
     stm,
     template-haskell,
-    transformers,
-    transformers-compat,
     mtl                        >= 2.0,
     test-framework             >= 0.8      && < 0.9,
     test-framework-hunit       >= 0.3      && < 0.4,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
     QuickCheck                 >= 2.5      && < 2.14
+
+  if flag(transformers-0-4)
+    build-depends:
+      transformers             >= 0.4      && < 0.6
+  else
+    build-depends:
+      transformers             >= 0.2      && < 0.4,
+      transformers-compat      >= 0.3      && < 0.7


Reply via email to