Hello community,

here is the log from the commit of package ghc-semigroups for openSUSE:Factory 
checked in at 2015-08-25 07:19:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-semigroups (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-semigroups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-semigroups"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-semigroups/ghc-semigroups.changes    
2015-05-21 08:13:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-semigroups.new/ghc-semigroups.changes       
2015-08-25 08:48:24.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 14 08:37:35 UTC 2015 - [email protected]
+
+- add nats.cabal.patch -- remove ghc-nats from deps 
+
+-------------------------------------------------------------------

New:
----
  nats.cabal.patch

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

Other differences:
------------------
++++++ ghc-semigroups.spec ++++++
--- /var/tmp/diff_new_pack.5dQSkw/_old  2015-08-25 08:48:24.000000000 +0200
+++ /var/tmp/diff_new_pack.5dQSkw/_new  2015-08-25 08:48:24.000000000 +0200
@@ -27,6 +27,8 @@
 
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+# PATCh-FIX-UPSTREAM nats.cabal.patch remove unneeded dep  -- [email protected]
+Patch0:         nats.cabal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -36,7 +38,6 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
-BuildRequires:  ghc-nats-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-unordered-containers-devel
 # End cabal-rpm deps
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch0 -p1
 
 %build
 %ghc_lib_build

++++++ nats.cabal.patch ++++++
diff --git a/semigroups.cabal b/semigroups.cabal
index 16a539e..186207f 100644
--- a/semigroups.cabal
+++ b/semigroups.cabal
@@ -86,8 +86,7 @@ library
       Data.Semigroup.Generic
 
   build-depends:
-    base >= 2   && < 5,
-    nats >= 0.1 && < 2
+    base >= 2   && < 5
 
   if impl(ghc >= 7.4 && < 7.5)
     build-depends: ghc-prim

Reply via email to