Hello community,

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

Package is "ghc-transformers-lift"

Fri Apr 14 13:38:54 2017 rev:2 rq:485166 version:0.1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-transformers-lift/ghc-transformers-lift.changes  
    2017-01-18 21:34:39.881191174 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-transformers-lift.new/ghc-transformers-lift.changes
 2017-04-14 13:38:55.425192813 +0200
@@ -1,0 +2,5 @@
+Wed Mar 22 09:13:34 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  transformers-lift.cabal

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

Other differences:
------------------
++++++ ghc-transformers-lift.spec ++++++
--- /var/tmp/diff_new_pack.VylBPa/_old  2017-04-14 13:38:56.169087678 +0200
+++ /var/tmp/diff_new_pack.VylBPa/_new  2017-04-14 13:38:56.173087112 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-transformers-lift
 #
-# 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
@@ -22,15 +22,14 @@
 Release:        0
 Summary:        Ad-hoc type classes for lifting
 License:        BSD-3-Clause
-Group:          System/Libraries
+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-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This simple and lightweight library provides type classes for lifting monad
@@ -50,16 +49,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ transformers-lift.cabal ++++++
name:                transformers-lift
version:             0.1.0.1
x-revision: 1
synopsis:            Ad-hoc type classes for lifting
description:
    This simple and lightweight library provides type classes
    for lifting monad transformer operations.

license:             BSD3
license-file:        LICENSE
author:              Vladislav Zavialov
maintainer:          Vladislav Zavialov <vlad.z.4...@gmail.com>
category:            Control
bug-reports:         https://github.com/int-index/transformers-lift/issues
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Control.Monad.Trans.Lift.Local
                       Control.Monad.Trans.Lift.CallCC
                       Control.Monad.Trans.Lift.Catch
                       Control.Monad.Trans.Lift.Listen
                       Control.Monad.Trans.Lift.Pass
                       Control.Monad.Trans.Lift.StT

  build-depends:       base >=4.6 && <4.10
               ,       transformers >= 0.4.2

  default-language:    Haskell2010
  other-extensions:    CPP
                       RankNTypes
                       TypeFamilies
                       KindSignatures

  hs-source-dirs:      src
  ghc-options:         -Wall

Reply via email to