Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-errors for openSUSE:Factory 
checked in at 2021-08-25 20:56:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-errors (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-errors.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-errors"

Wed Aug 25 20:56:50 2021 rev:5 rq:912597 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-errors/ghc-errors.changes    2020-12-22 
11:39:09.957482528 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-errors.new.1899/ghc-errors.changes  
2021-08-25 20:57:38.525205786 +0200
@@ -1,0 +2,6 @@
+Tue Jul 27 07:52:52 UTC 2021 - [email protected]
+
+- Update errors to version 2.3.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  errors.cabal

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

Other differences:
------------------
++++++ ghc-errors.spec ++++++
--- /var/tmp/diff_new_pack.lh13yG/_old  2021-08-25 20:57:39.773204147 +0200
+++ /var/tmp/diff_new_pack.lh13yG/_new  2021-08-25 20:57:39.777204142 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-errors
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-exceptions-devel
 BuildRequires:  ghc-rpm-macros
@@ -52,6 +53,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ errors.cabal ++++++
Name: errors
Version: 2.3.0
x-revision: 1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
License: BSD3
License-File: LICENSE
Copyright: 2012, 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: [email protected]
Bug-Reports: https://github.com/Gabriel439/Haskell-Errors-Library/issues
Synopsis: Simplified error-handling
Description:
    The one-stop shop for all your error-handling needs!  Just import
    "Control.Error".
    .
    This library encourages an error-handling style that directly uses the type
    system, rather than out-of-band exceptions.
Category: Control, Error Handling
extra-source-files: CHANGELOG.md
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Errors-Library

Library
    Build-Depends:
        base                >= 4.7   && < 5   ,
        exceptions          >= 0.6   && < 0.11,
        text                            < 1.3 ,
        transformers        >= 0.2   && < 0.6 ,
        transformers-compat >= 0.4   && < 0.8
    if impl(ghc <= 7.6.3)
        Build-Depends:
            safe            >= 0.3.3 && < 0.3.10
    else
        Build-Depends:
            safe            >= 0.3.3 && < 0.4
    Exposed-Modules:
        Control.Error,
        Control.Error.Safe,
        Control.Error.Script,
        Control.Error.Util,
        Data.EitherR

Reply via email to