Hello community, here is the log from the commit of package ghc-text-metrics for openSUSE:Factory checked in at 2018-10-25 08:21:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-metrics (Old) and /work/SRC/openSUSE:Factory/.ghc-text-metrics.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-metrics" Thu Oct 25 08:21:25 2018 rev:7 rq:643202 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-metrics/ghc-text-metrics.changes 2018-07-24 17:22:27.703305832 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-metrics.new/ghc-text-metrics.changes 2018-10-25 08:21:25.307936226 +0200 @@ -1,0 +2,5 @@ +Fri Oct 19 13:14:56 UTC 2018 - Peter Simons <[email protected]> + +- Update Cabal build instructions to support ghc-8.6.1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-metrics.spec ++++++ --- /var/tmp/diff_new_pack.rOXl4S/_old 2018-10-25 08:21:25.991935920 +0200 +++ /var/tmp/diff_new_pack.rOXl4S/_new 2018-10-25 08:21:25.995935918 +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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-rpm-macros ++++++ text-metrics.cabal ++++++ --- /var/tmp/diff_new_pack.rOXl4S/_old 2018-10-25 08:21:26.039935898 +0200 +++ /var/tmp/diff_new_pack.rOXl4S/_new 2018-10-25 08:21:26.039935898 +0200 @@ -1,6 +1,6 @@ name: text-metrics version: 0.3.0 -x-revision: 3 +x-revision: 4 cabal-version: >= 1.10 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 license: BSD3 @@ -27,7 +27,7 @@ library build-depends: base >= 4.7 && < 5.0 - , containers >= 0.5.6.2 && < 0.6 + , containers >= 0.5 && < 0.7 , text >= 0.2 && < 1.3 , vector >= 0.11 && < 0.13 exposed-modules: Data.Text.Metrics
