diff --git a/ghc-lucid.changes b/ghc-lucid.changes index 508e9e7..af4bac4 100644 --- a/ghc-lucid.changes +++ b/ghc-lucid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 19 08:06:09 UTC 2024 - Peter Simons + +- Update lucid to version 2.11.20230408 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun Oct 29 16:08:49 UTC 2023 - Peter Simons diff --git a/ghc-lucid.spec b/ghc-lucid.spec index 1aaf7ed..6ed67ca 100644 --- a/ghc-lucid.spec +++ b/ghc-lucid.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lucid # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof diff --git a/lucid.cabal b/lucid.cabal index 4e245ec..019d7d9 100644 --- a/lucid.cabal +++ b/lucid.cabal @@ -1,6 +1,6 @@ name: lucid version: 2.11.20230408 -x-revision: 1 +x-revision: 2 synopsis: Clear to write, read and edit DSL for HTML description: Clear to write, read and edit DSL for HTML. @@ -22,7 +22,7 @@ category: Web 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, GHC==9.4.1, GHC==9.8 +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, GHC==9.8, GHC==9.10 library default-language: Haskell2010 @@ -34,7 +34,7 @@ library Lucid.Bootstrap -- GHC boot libraries - build-depends: base >=4.8 && <4.20 + build-depends: base >=4.8 && <4.21 , bytestring >=0.10.6.0 , containers >=0.5.6.2 , transformers >=0.4.2.0