Skip to content

Commit

Permalink
feed: patch to support latest version of base-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 5, 2024
1 parent 51c7169 commit 8aa6148
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Index: ghc-feed.spec
===================================================================
--- ghc-feed.spec (revision 6)
+++ ghc-feed.spec (working copy)
@@ -111,6 +111,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
+cabal-tweak-dep-ver base-compat '< 0.13' '< 1'

%build
%ghc_lib_build

0 comments on commit 8aa6148

Please sign in to comment.