From ef8911491002013f0ab5908778271e03c348133bb0ceb421c376558e619fcd60 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-haddock-library revision:22, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-haddock-library?expand=0&rev=53 --- ghc-haddock-library.changes | 6 ++++++ ghc-haddock-library.spec | 4 ++-- haddock-library.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-haddock-library.changes b/ghc-haddock-library.changes index 588eba6..f85b021 100644 --- a/ghc-haddock-library.changes +++ b/ghc-haddock-library.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 3 19:26:44 UTC 2022 - Peter Simons + +- Update haddock-library to version 1.10.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Dec 11 21:38:17 UTC 2021 - Peter Simons diff --git a/ghc-haddock-library.spec b/ghc-haddock-library.spec index 14dd87e..13ed625 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.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 9f9cbf3..ad72be5 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: 2 +x-revision: 3 synopsis: Library exposing some functionality of Haddock. description: Haddock is a documentation-generation tool for Haskell @@ -43,7 +43,7 @@ common lib-defaults , bytestring , containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1 , transformers - , text ^>= 1.2.3.0 + , text ^>= 1.2.3.0 || ^>= 2.0 , parsec ^>= 3.1.13.0 ghc-options: -funbox-strict-fields -Wall