summaryrefslogtreecommitdiff
path: root/dev-lang/whitespace/whitespace-0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/whitespace/whitespace-0.4.ebuild')
-rw-r--r--dev-lang/whitespace/whitespace-0.4.ebuild22
1 files changed, 10 insertions, 12 deletions
diff --git a/dev-lang/whitespace/whitespace-0.4.ebuild b/dev-lang/whitespace/whitespace-0.4.ebuild
index c84fac19416d..1efe97570ebb 100644
--- a/dev-lang/whitespace/whitespace-0.4.ebuild
+++ b/dev-lang/whitespace/whitespace-0.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.3.5.9999
+# ebuild generated by hackport 0.6.7.9999
-CABAL_FEATURES="bin"
-inherit eutils haskell-cabal
+CABAL_FEATURES=""
+inherit haskell-cabal
DESCRIPTION="Whitespace, an esoteric programming language"
HOMEPAGE="https://github.com/haroldl/whitespace-nd"
@@ -17,13 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=""
+RDEPEND="dev-haskell/random:=
+ >=dev-lang/ghc-7.4.1:=
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6.0.3
- dev-haskell/random
- >=dev-lang/ghc-6.10.4
+ >=dev-haskell/cabal-1.2
"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ghc-7.10.patch
-}
+PATCHES=("${FILESDIR}"/${P}-ghc-7.10.patch)