Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-these for openSUSE:Factory 
checked in at 2021-08-25 20:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-these (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-these.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-these"

Wed Aug 25 20:57:36 2021 rev:6 rq:912758 version:1.1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-these/ghc-these.changes      2021-03-10 
08:57:43.282917849 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-these.new.1899/ghc-these.changes    
2021-08-25 20:58:51.509109969 +0200
@@ -1,0 +2,6 @@
+Wed Jul 28 07:41:30 UTC 2021 - [email protected]
+
+- Update these to version 1.1.1.1 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-these.spec ++++++
--- /var/tmp/diff_new_pack.b0X5oV/_old  2021-08-25 20:58:51.945109397 +0200
+++ /var/tmp/diff_new_pack.b0X5oV/_new  2021-08-25 20:58:51.949109392 +0200
@@ -24,7 +24,7 @@
 License:        BSD-3-Clause
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-assoc-devel
 BuildRequires:  ghc-binary-devel

++++++ these.cabal ++++++
--- /var/tmp/diff_new_pack.b0X5oV/_old  2021-08-25 20:58:51.993109334 +0200
+++ /var/tmp/diff_new_pack.b0X5oV/_new  2021-08-25 20:58:51.997109329 +0200
@@ -1,9 +1,9 @@
 cabal-version:      >=1.10
 name:               these
 version:            1.1.1.1
-x-revision:         1
+x-revision:         2
 synopsis:           An either-or-both data type.
-homepage:           https://github.com/isomorphism/these
+homepage:           https://github.com/haskellari/these
 license:            BSD3
 license-file:       LICENSE
 author:             C. McCann, Oleg Grenrus
@@ -40,13 +40,15 @@
      || ==8.2.2
      || ==8.4.4
      || ==8.6.5
-     || ==8.8.3
-     || ==8.10.1
+     || ==8.8.4
+     || ==8.10.4
+     || ==9.0.1
   , GHCJS ==8.4
 
 source-repository head
   type:     git
-  location: https://github.com/isomorphism/these.git
+  location: https://github.com/haskellari/these.git
+  subdir:   these
 
 flag assoc
   description: Build with assoc dependency
@@ -54,13 +56,13 @@
   default:     True
 
 library
-  default-language: Haskell2010
-  ghc-options:      -Wall
+  default-language:         Haskell2010
+  ghc-options:              -Wall
 
   if impl(ghc >=8.0)
     ghc-options: -Wno-trustworthy-safe
 
-  hs-source-dirs:   src
+  hs-source-dirs:           src
   exposed-modules:
     Data.Functor.These
     Data.These
@@ -73,7 +75,7 @@
     , deepseq  >=1.3.0.0 && <1.5
 
   -- other dependencies
-  build-depends:    hashable >=1.2.7.0 && <1.4
+  build-depends:            hashable >=1.2.7.0 && <1.4
 
   if impl(ghc <7.5)
     build-depends: ghc-prim
@@ -84,8 +86,8 @@
   if !impl(ghc >=8.0)
     build-depends:
         semigroups           >=0.18.5  && <0.20
-      , transformers         >=0.3.0.0 && <0.6
-      , transformers-compat  >=0.6.5   && <0.7
+      , transformers         >=0.3.0.0 && <0.7
+      , transformers-compat  >=0.6.5   && <0.8
 
     -- Ensure Data.Functor.Classes is always available
     if impl(ghc >=7.10)
@@ -93,3 +95,5 @@
 
   if flag(assoc)
     build-depends: assoc >=1 && <1.1
+
+  -- x-docspec-extra-packages: lens

Reply via email to