diff --git a/ghc-haddock-library.changes b/ghc-haddock-library.changes index 11377e7..3d0f4f6 100644 --- a/ghc-haddock-library.changes +++ b/ghc-haddock-library.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:22 UTC 2022 - psimons@suse.com + +- Update haddock-library to version 1.10.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Oct 13 11:32:00 UTC 2021 - psimons@suse.com diff --git a/ghc-haddock-library.spec b/ghc-haddock-library.spec index b04599e..b2bbccd 100644 --- a/ghc-haddock-library.spec +++ b/ghc-haddock-library.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-haddock-library # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Library exposing some functionality of Haddock License: BSD-2-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-bytestring-devel BuildRequires: ghc-containers-devel diff --git a/haddock-library.cabal b/haddock-library.cabal index 6e21a31..9f9cbf3 100644 --- a/haddock-library.cabal +++ b/haddock-library.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: haddock-library version: 1.10.0 -x-revision: 1 +x-revision: 2 synopsis: Library exposing some functionality of Haddock. description: Haddock is a documentation-generation tool for Haskell @@ -39,7 +39,7 @@ common lib-defaults default-language: Haskell2010 build-depends: - , base >= 4.5 && < 4.16 + , base >= 4.5 && < 4.17 , bytestring , containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1 , transformers