summaryrefslogtreecommitdiff
path: root/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/editline/editline-0.2.1.1-r1.ebuild')
-rw-r--r--dev-haskell/editline/editline-0.2.1.1-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
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 7d49bf419122..c1a38cc5b45a 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'
}