Hello community,

here is the log from the commit of package ghc-monoid-subclasses for 
openSUSE:Factory checked in at 2017-06-21 13:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monoid-subclasses (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monoid-subclasses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monoid-subclasses"

Wed Jun 21 13:55:36 2017 rev:2 rq:504672 version:0.4.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-monoid-subclasses/ghc-monoid-subclasses.changes  
    2017-05-09 18:10:16.736448118 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-monoid-subclasses.new/ghc-monoid-subclasses.changes
 2017-06-21 13:55:36.708741079 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:34 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.3.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  monoid-subclasses.cabal

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

Other differences:
------------------
++++++ ghc-monoid-subclasses.spec ++++++
--- /var/tmp/diff_new_pack.63ikQp/_old  2017-06-21 13:55:37.552622042 +0200
+++ /var/tmp/diff_new_pack.63ikQp/_new  2017-06-21 13:55:37.556621478 +0200
@@ -26,6 +26,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-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -59,6 +60,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ monoid-subclasses.cabal ++++++
Name:                monoid-subclasses
Version:             0.4.3.1
x-revision: 1
Cabal-Version:       >= 1.10
Build-Type:          Simple
Synopsis:            Subclasses of Monoid
Category:            Data, Algebra, Text
Tested-with:         GHC
Description:
  A hierarchy of subclasses of 'Monoid' together with their instances for all 
data structures from base, containers, and
  text packages.
  
License:             BSD3
License-file:        BSD3-LICENSE.txt
Copyright:           (c) 2013-2016 Mario Blazevic
Author:              Mario Blazevic
Maintainer:          Mario Blazevic <blama...@yahoo.com>
Homepage:            https://github.com/blamario/monoid-subclasses/
Bug-reports:         https://github.com/blamario/monoid-subclasses/issues
Extra-Source-Files:  README.md
Source-repository head
  type:              git
  location:          https://github.com/blamario/monoid-subclasses

Library
  Exposed-Modules:   Data.Monoid.Cancellative, Data.Monoid.Factorial, 
Data.Monoid.Null, Data.Monoid.Textual,
                     Data.Monoid.Instances.ByteString.UTF8, 
Data.Monoid.Instances.Concat,
                     Data.Monoid.Instances.Measured, 
Data.Monoid.Instances.Positioned, Data.Monoid.Instances.Stateful
  Build-Depends:     base >= 4.8 && < 5,
                     bytestring >= 0.9 && < 1.0, containers >= 0.5.7.0 && < 
0.6, text >= 0.11 && < 1.3,
                     primes == 0.2.*, vector >= 0.9 && < 0.13
  GHC-options:       -Wall
  default-language:  Haskell2010

test-suite Main
  Type:              exitcode-stdio-1.0
  Build-Depends:     base >= 4.5 && < 5,
                     bytestring >= 0.9 && < 1.0, containers >= 0.5.7.0 && < 
0.6, text >= 0.11 && < 1.3,
                     vector >= 0.9 && < 0.13, primes == 0.2.*,
                     QuickCheck >= 2.9 && < 3, quickcheck-instances >= 0.3.12 
&& <0.4,
                     tasty >= 0.7, tasty-quickcheck >= 0.7,
                     monoid-subclasses
  Main-is:           Test/TestMonoidSubclasses.hs
  default-language:  Haskell2010

Reply via email to