From 46bf6d31be1316b61be737b971b02d9f3fcbd488e662e8adc60c7185089ec735 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Oct 2020 09:15:31 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-config-ini revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-config-ini?expand=0&rev=10 --- config-ini.cabal | 4 ++-- ghc-config-ini.changes | 6 ++++++ ghc-config-ini.spec | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config-ini.cabal b/config-ini.cabal index ab06b42..2236b3a 100644 --- a/config-ini.cabal +++ b/config-ini.cabal @@ -1,6 +1,6 @@ name: config-ini version: 0.2.4.0 -x-revision: 1 +x-revision: 2 synopsis: A library for simple INI-based configuration files. homepage: https://github.com/aisamanra/config-ini bug-reports: https://github.com/aisamanra/config-ini/issues @@ -50,7 +50,7 @@ library , text >=1.2.2 && <1.3 , unordered-containers >=0.2.7 && <0.3 , transformers >=0.4.1 && <0.6 - , megaparsec >=7 && <9 + , megaparsec >=7 && <10 default-language: Haskell2010 test-suite test-ini-compat diff --git a/ghc-config-ini.changes b/ghc-config-ini.changes index 4dd19c3..2f47e23 100644 --- a/ghc-config-ini.changes +++ b/ghc-config-ini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 30 08:36:56 UTC 2020 - psimons@suse.com + +- Update config-ini to version 0.2.4.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Sep 9 14:43:22 UTC 2020 - Peter Simons diff --git a/ghc-config-ini.spec b/ghc-config-ini.spec index e4d11ae..1a342ae 100644 --- a/ghc-config-ini.spec +++ b/ghc-config-ini.spec @@ -25,7 +25,7 @@ Summary: A library for simple INI-based configuration files 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-containers-devel BuildRequires: ghc-megaparsec-devel @@ -60,7 +60,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver megaparsec '<9' '< 10' %build %ghc_lib_build