Hello community,

here is the log from the commit of package ghc-cabal-doctest for 
openSUSE:Leap:15.2 checked in at 2020-05-21 12:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-cabal-doctest (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-cabal-doctest.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cabal-doctest"

Thu May 21 12:58:47 2020 rev:12 rq:805508 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-cabal-doctest/ghc-cabal-doctest.changes    
2020-02-19 18:38:32.133958710 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-cabal-doctest.new.2738/ghc-cabal-doctest.changes
  2020-05-21 12:58:49.782728456 +0200
@@ -1,0 +2,5 @@
+Thu May  7 08:08:20 UTC 2020 - Peter Simons <psim...@suse.com>
+
+- Update Cabal file to get more accurate dependency information.
+
+-------------------------------------------------------------------

New:
----
  cabal-doctest.cabal

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

Other differences:
------------------
++++++ ghc-cabal-doctest.spec ++++++
--- /var/tmp/diff_new_pack.TZNbF5/_old  2020-05-21 12:58:50.130729213 +0200
+++ /var/tmp/diff_new_pack.TZNbF5/_new  2020-05-21 12:58:50.134729222 +0200
@@ -24,6 +24,7 @@
 License:        BSD-3-Clause
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ cabal-doctest.cabal ++++++
name:               cabal-doctest
version:            1.0.8
x-revision:         1
synopsis:           A Setup.hs helper for doctests running
description:
  Currently (beginning of 2017), there isn't @cabal doctest@
  command. Yet, to properly work doctest needs plenty of configuration.
  This library provides the common bits for writing custom Setup.hs
  See <https://github.com/haskell/cabal/issues/2327 Cabal/2327> for the progress
  of @cabal doctest@, i.e. whether this library is obsolete.

homepage:           https://github.com/phadej/cabal-doctest
license:            BSD3
license-file:       LICENSE
author:             Oleg Grenrus <oleg.gren...@iki.fi>
maintainer:         Oleg Grenrus <oleg.gren...@iki.fi>
copyright:          (c) 2017 Oleg Grenrus
category:           Distribution
build-type:         Simple
cabal-version:      >=1.10
extra-source-files:
  ChangeLog.md
  README.md

tested-with:        GHC ==8.10.1 || >=7.4 && <8.10 || ==7.2.2 || ==7.0.4

source-repository head
  type:     git
  location: https://github.com/phadej/cabal-doctest

library
  exposed-modules:  Distribution.Extra.Doctest
  other-modules:
  other-extensions:
  build-depends:
      base       >=4.3  && <4.15
    , Cabal      >=1.10 && <3.3
    , directory
    , filepath

  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall

  if !impl(ghc >=7.2)
    -- Work around a pattern-match coverage checking bug in GHC 7.0
    ghc-options: -fno-warn-overlapping-patterns

Reply via email to