Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2021-12-19 17:34:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-managed.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-managed"

Sun Dec 19 17:34:46 2021 rev:9 rq:934285 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2020-12-22 
11:42:28.317669759 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.2520/ghc-managed.changes        
2021-12-19 17:35:03.500291219 +0100
@@ -1,0 +2,6 @@
+Sat Nov 20 17:29:26 UTC 2021 - [email protected]
+
+- Update managed to version 1.0.8 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  managed.cabal

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

Other differences:
------------------
++++++ ghc-managed.spec ++++++
--- /var/tmp/diff_new_pack.WCXqnX/_old  2021-12-19 17:35:03.932291523 +0100
+++ /var/tmp/diff_new_pack.WCXqnX/_new  2021-12-19 17:35:03.936291526 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-managed
 #
-# 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-rpm-macros
 BuildRequires:  ghc-transformers-devel
@@ -58,6 +59,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ managed.cabal ++++++
Name: managed
Version: 1.0.8
x-revision: 1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2014 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: [email protected]
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Bug-Reports: https://github.com/Gabriel439/Haskell-Managed-Library/issues
Synopsis: A monad for managed values
Description: In Haskell you very often acquire values using the @with...@
  idiom using functions of type @(a -> IO r) -> IO r@.  This idiom forms a
  @Monad@, which is a special case of the @ContT@ monad (from @transformers@) or
  the @Codensity@ monad (from @kan-extensions@).  The main purpose behind this
  package is to provide a restricted form of these monads specialized to this
  unusually common case.
  .
  The reason this package defines a specialized version of these types is to:
  .
  * be more beginner-friendly,
  .
  * simplify inferred types and error messages, and:
  .
  * provide some additional type class instances that would otherwise be orphan
    instances
Category: Control
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Managed-Library

Library
    Hs-Source-Dirs: src
    Build-Depends:
        base              >= 4.5     && < 5  ,
        transformers      >= 0.2.0.0 && < 0.7
    if !impl(ghc >= 8.0)
      Build-Depends:
        semigroups        >= 0.16    && < 0.21
    Exposed-Modules:
        Control.Monad.Managed,
        Control.Monad.Managed.Safe
    GHC-Options: -Wall
    Default-Language: Haskell2010

Reply via email to