Hello community, here is the log from the commit of package ghc-cabal-doctest for openSUSE:Factory checked in at 2018-10-25 08:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cabal-doctest (Old) and /work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cabal-doctest" Thu Oct 25 08:21:11 2018 rev:6 rq:643197 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cabal-doctest/ghc-cabal-doctest.changes 2018-07-24 17:15:34.486774318 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new/ghc-cabal-doctest.changes 2018-10-25 08:21:19.191938964 +0200 @@ -1,0 +2,5 @@ +Fri Oct 19 13:13:25 UTC 2018 - Peter Simons <[email protected]> + +- Update Cabal build instructions to support ghc-8.6.1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cabal-doctest.spec ++++++ --- /var/tmp/diff_new_pack.RJLbR3/_old 2018-10-25 08:21:19.715938729 +0200 +++ /var/tmp/diff_new_pack.RJLbR3/_new 2018-10-25 08:21:19.719938727 +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/ # @@ -25,7 +25,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-directory-devel BuildRequires: ghc-filepath-devel ++++++ cabal-doctest.cabal ++++++ --- /var/tmp/diff_new_pack.RJLbR3/_old 2018-10-25 08:21:19.747938715 +0200 +++ /var/tmp/diff_new_pack.RJLbR3/_new 2018-10-25 08:21:19.747938715 +0200 @@ -1,6 +1,6 @@ name: cabal-doctest version: 1.0.6 -x-revision: 1 +x-revision: 2 synopsis: A Setup.hs helper for doctests running description: Currently (beginning of 2017), there isn't @cabal doctest@ @@ -29,7 +29,8 @@ GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, - GHC==8.4.1 + GHC==8.4.3, + GHC==8.6.1 source-repository head type: git @@ -40,8 +41,8 @@ other-modules: other-extensions: build-depends: - base >=4.3 && <4.12, - Cabal >= 1.10 && <2.3, + base >=4.3 && <4.13, + Cabal >= 1.10 && <2.5, filepath, directory hs-source-dirs: src
