Hello community,

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

Package is "ghc-ether"

Fri Apr 14 13:37:33 2017 rev:2 rq:485120 version:0.4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ether/ghc-ether.changes      2017-01-19 
10:42:26.233039870 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ether.new/ghc-ether.changes 2017-04-14 
13:37:34.816585204 +0200
@@ -1,0 +2,5 @@
+Wed Mar 22 09:09:49 UTC 2017 - [email protected]
+
+- Update to version 0.4.0.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  ether.cabal

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

Other differences:
------------------
++++++ ghc-ether.spec ++++++
--- /var/tmp/diff_new_pack.0KZEUO/_old  2017-04-14 13:37:35.324513419 +0200
+++ /var/tmp/diff_new_pack.0KZEUO/_new  2017-04-14 13:37:35.324513419 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ether
 #
-# 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
@@ -23,11 +23,11 @@
 Release:        0
 Summary:        Monad transformers and classes
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-monad-control-devel
@@ -43,7 +43,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Ether is a Haskell library that extends 'mtl' and 'transformers' with tagged
@@ -63,21 +62,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ ether.cabal ++++++
name:                ether
version:             0.4.0.2
x-revision: 1
synopsis:            Monad transformers and classes
description:
    Ether is a Haskell library that extends @mtl@ and @transformers@ with
    tagged monad transformers and classes in a compatible way.

    Introduction <https://int-index.github.io/ether/>

category:            Control
license:             BSD3
license-file:        LICENSE
author:              Vladislav Zavialov
maintainer:          Vladislav Zavialov <[email protected]>
homepage:            https://int-index.github.io/ether/
bug-reports:         https://github.com/int-index/ether/issues
build-type:          Simple
cabal-version:       >=1.18
extra-source-files:  CHANGELOG.md

source-repository head

  type:                git
  location:            [email protected]:int-index/ether.git


library

  exposed-modules:     Control.Ether.Abbr
                       Control.Ether.Implicit.Abbr
                       Control.Ether.TH
                       Control.Monad.Trans.Ether.Reader
                       Control.Monad.Trans.Ether.Writer
                       Control.Monad.Trans.Ether.State
                       Control.Monad.Trans.Ether.State.Lazy
                       Control.Monad.Trans.Ether.State.Strict
                       Control.Monad.Trans.Ether.Except
                       Control.Monad.Trans.Ether.Dispatch
                       Control.Monad.Trans.Ether.Tagged
                       Control.Monad.Ether
                       Control.Monad.Ether.Reader
                       Control.Monad.Ether.Reader.Class
                       Control.Monad.Ether.Writer
                       Control.Monad.Ether.Writer.Class
                       Control.Monad.Ether.State
                       Control.Monad.Ether.State.Class
                       Control.Monad.Ether.State.Lazy
                       Control.Monad.Ether.State.Strict
                       Control.Monad.Ether.Except
                       Control.Monad.Ether.Except.Class
                       Control.Monad.Ether.Implicit
                       Control.Monad.Ether.Implicit.Reader
                       Control.Monad.Ether.Implicit.Writer
                       Control.Monad.Ether.Implicit.State
                       Control.Monad.Ether.Implicit.State.Lazy
                       Control.Monad.Ether.Implicit.State.Strict
                       Control.Monad.Ether.Implicit.Except

  other-modules:       Control.Ether.Util

  build-depends:       base >=4.7 && <4.10
               ,       transformers >=0.4.2
               ,       transformers-lift >=0.1.0.1
               ,       mtl >=2.2.1
               ,       mmorph >=1.0.4
               ,       monad-control >=1.0.0.4
               ,       transformers-base >=0.4.4
               ,       exceptions >=0.8
               ,       template-haskell >=2.9

  default-language:    Haskell2010
  other-extensions:    CPP
                       ConstraintKinds
                       DataKinds
                       DefaultSignatures
                       DeriveGeneric
                       FlexibleInstances
                       FunctionalDependencies
                       GeneralizedNewtypeDeriving
                       MultiParamTypeClasses
                       ScopedTypeVariables
                       TemplateHaskell
                       TypeFamilies
                       TypeOperators
                       UndecidableInstances

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


test-suite regression

  build-depends:       base >=4.7 && <4.10
               ,       transformers >=0.4.2
               ,       mtl >=2.2.1
               ,       tasty >=0.10
               ,       tasty-quickcheck >=0.8
               ,       QuickCheck >=2.8
               ,       ether

  main-is:             Regression.hs
  other-modules:       Regression.T1
                       Regression.T2
                       Regression.T3
                       Regression.T4
                       Regression.T5
                       Regression.T6
                       Regression.T7
                       Regression.T8
                       Regression.T9
                       Regression.T10

  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  default-language:    Haskell2010
  default-extensions:  ConstraintKinds
                       DataKinds
                       EmptyDataDecls
                       FlexibleContexts
                       GeneralizedNewtypeDeriving
                       LambdaCase
                       PolyKinds
                       ScopedTypeVariables
                       TemplateHaskell
                       TypeFamilies
                       TypeOperators
  ghc-options:         -Wall -fno-warn-missing-signatures

Reply via email to