From 927ba48e8708b1360aa69f55e3631f97b6f1d204d27e2572c3f96a1bf24bf532 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Sep 2020 01:01:21 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-config-ini revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-config-ini?expand=0&rev=7 --- ghc-config-ini.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-config-ini.spec b/ghc-config-ini.spec index c09dd72..e4d11ae 100644 --- a/ghc-config-ini.spec +++ b/ghc-config-ini.spec @@ -60,6 +60,7 @@ 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 From 702ff31bdde3841074020229a71f019aeb467841c0d3893083807dd906ff0e25 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Sep 2020 16:13:59 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-config-ini revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-config-ini?expand=0&rev=8 --- ghc-config-ini.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-config-ini.changes b/ghc-config-ini.changes index a0eef31..4dd19c3 100644 --- a/ghc-config-ini.changes +++ b/ghc-config-ini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 9 14:43:22 UTC 2020 - Peter Simons + +- Relax over-specified constraint on megaparsec. + ------------------------------------------------------------------- Mon Aug 31 09:34:31 UTC 2020 - psimons@suse.com