Hello community,

here is the log from the commit of package ghc-mmorph for openSUSE:Factory 
checked in at 2017-04-14 13:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mmorph (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mmorph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mmorph"

Fri Apr 14 13:38:28 2017 rev:7 rq:485143 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mmorph/ghc-mmorph.changes    2016-12-06 
14:25:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-mmorph.new/ghc-mmorph.changes       
2017-04-14 13:38:29.076916622 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:41:19 UTC 2017 - [email protected]
+
+- Update to version 1.0.9 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  mmorph.cabal

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

Other differences:
------------------
++++++ ghc-mmorph.spec ++++++
--- /var/tmp/diff_new_pack.WBumMe/_old  2017-04-14 13:38:30.188759485 +0200
+++ /var/tmp/diff_new_pack.WBumMe/_new  2017-04-14 13:38:30.192758920 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-mmorph
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:          Development/Languages/Other
 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-mtl-devel
 BuildRequires:  ghc-rpm-macros
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ mmorph.cabal ++++++
Name: mmorph
Version: 1.0.9
x-revision: 1
Cabal-Version: >= 1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: [email protected]
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
    for manipulating monad transformer stacks.
Category: Control
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-MMorph-Library

Library
    Hs-Source-Dirs: src
    Build-Depends:
        base                >= 4       && < 5  ,
        mtl                 >= 2.1     && < 2.3,
        transformers        >= 0.2.0.0 && < 0.6,
        transformers-compat >= 0.3     && < 0.6
    Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
    GHC-Options: -O2

Reply via email to