commit:     0748cebad203830482de18ffca0ecde56c1ff887
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 07:15:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 07:15:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0748ceba

dev-haskell/editline: tweak for cabal-3

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/735594
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/editline/editline-0.2.1.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-haskell/editline/editline-0.2.1.1-r1.ebuild 
b/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
index 7d49bf41912..c1a38cc5b45 100644
--- a/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
+++ b/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,6 +31,9 @@ src_prepare() {
        default
        eautoconf
 
+       # default file, not compatible to cabal-3
+       rm Setup.lhs || die
+
        cabal_chdeps \
                'base < 4.7' 'base'
 }

Reply via email to