Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-lucid for openSUSE:Factory checked in at 2023-04-14 13:12:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lucid (Old) and /work/SRC/openSUSE:Factory/.ghc-lucid.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lucid" Fri Apr 14 13:12:50 2023 rev:11 rq:1079156 version:2.11.20230408 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lucid/ghc-lucid.changes 2023-04-04 21:21:25.621539013 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-lucid.new.19717/ghc-lucid.changes 2023-04-14 13:12:58.083526090 +0200 @@ -1,0 +2,8 @@ +Sat Apr 8 12:47:40 UTC 2023 - Peter Simons <[email protected]> + +- Update lucid to version 2.11.20230408. + ## 2.11.20230408 + + * Don't expect Control.Monad to be re-exported from mtl anymore + +------------------------------------------------------------------- Old: ---- lucid-2.11.1.tar.gz lucid.cabal New: ---- lucid-2.11.20230408.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lucid.spec ++++++ --- /var/tmp/diff_new_pack.g1MC36/_old 2023-04-14 13:12:58.595529018 +0200 +++ /var/tmp/diff_new_pack.g1MC36/_new 2023-04-14 13:12:58.599529041 +0200 @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.11.1 +Version: 2.11.20230408 Release: 0 Summary: Clear to write, read and edit DSL for HTML 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -100,7 +99,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ lucid-2.11.1.tar.gz -> lucid-2.11.20230408.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lucid-2.11.1/CHANGELOG.md new/lucid-2.11.20230408/CHANGELOG.md --- old/lucid-2.11.1/CHANGELOG.md 2022-05-08 12:45:12.000000000 +0200 +++ new/lucid-2.11.20230408/CHANGELOG.md 2023-04-08 14:47:13.000000000 +0200 @@ -1,5 +1,9 @@ ## Upcoming +## 2.11.20230408 + +* Don't expect Control.Monad to be re-exported from mtl anymore + ## 2.11.1 * Use explicit imports for mtl, avoids the mtl-2.3 issue diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lucid-2.11.1/lucid.cabal new/lucid-2.11.20230408/lucid.cabal --- old/lucid-2.11.1/lucid.cabal 2022-05-08 12:44:51.000000000 +0200 +++ new/lucid-2.11.20230408/lucid.cabal 2023-04-08 14:47:13.000000000 +0200 @@ -1,5 +1,5 @@ name: lucid -version: 2.11.1 +version: 2.11.20230408 synopsis: Clear to write, read and edit DSL for HTML description: Clear to write, read and edit DSL for HTML. @@ -21,7 +21,7 @@ build-type: Simple cabal-version: >=1.10 extra-source-files: README.md, CHANGELOG.md -tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5,GHC==8.8.4,GHC==8.10.7,GHC==9.0.1,GHC==9.2.1 +tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5,GHC==8.8.4,GHC==8.10.7,GHC==9.0.1,GHC==9.2.1, GHC==9.4.1 library default-language: Haskell2010 @@ -33,7 +33,7 @@ Lucid.Bootstrap -- GHC boot libraries - build-depends: base >=4.8 && <4.17 + build-depends: base >=4.8 && <4.19 , bytestring >=0.10.6.0 , containers >=0.5.6.2 , transformers >=0.4.2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lucid-2.11.1/test/Main.hs new/lucid-2.11.20230408/test/Main.hs --- old/lucid-2.11.1/test/Main.hs 2022-02-12 14:10:55.000000000 +0100 +++ new/lucid-2.11.20230408/test/Main.hs 2023-04-08 14:47:13.000000000 +0200 @@ -11,6 +11,7 @@ import Lucid.Base import Lucid.Bootstrap +import Control.Monad import Control.Applicative import Control.Monad.State.Strict
