Hello community, here is the log from the commit of package ghc-exceptions for openSUSE:Factory checked in at 2018-10-25 08:21:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-exceptions (Old) and /work/SRC/openSUSE:Factory/.ghc-exceptions.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-exceptions" Thu Oct 25 08:21:46 2018 rev:12 rq:643331 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-exceptions/ghc-exceptions.changes 2018-07-24 17:18:32.707004292 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-exceptions.new/ghc-exceptions.changes 2018-10-25 08:21:46.879926555 +0200 @@ -1,0 +2,5 @@ +Sat Oct 20 11:25:03 UTC 2018 - Peter Simons <[email protected]> + +- Update Cabal build instructions to support ghc-8.6.1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-exceptions.spec ++++++ --- /var/tmp/diff_new_pack.Or2Jvx/_old 2018-10-25 08:21:47.707926184 +0200 +++ /var/tmp/diff_new_pack.Or2Jvx/_new 2018-10-25 08:21:47.707926184 +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/ # @@ -26,7 +26,7 @@ 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros ++++++ exceptions.cabal ++++++ --- /var/tmp/diff_new_pack.Or2Jvx/_old 2018-10-25 08:21:47.727926175 +0200 +++ /var/tmp/diff_new_pack.Or2Jvx/_new 2018-10-25 08:21:47.731926173 +0200 @@ -1,7 +1,7 @@ name: exceptions category: Control, Exceptions, Monad version: 0.10.0 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE @@ -67,4 +67,4 @@ test-framework >= 0.8 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4, - QuickCheck >= 2.5 && < 2.12 + QuickCheck >= 2.5 && < 2.13
