aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-24 14:53:33 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-24 14:54:35 +0200
commit3fae6aefc1545f895b1190ea88c769fcfcc1d0a3 (patch)
tree177abe8a2fc4bf364bbe1781905bc7581e8acc74 /community/ghc/APKBUILD
parent061af43096c5e86becce3336f30b57d990c5544b (diff)
downloadaports-3fae6aefc1545f895b1190ea88c769fcfcc1d0a3.tar.bz2
aports-3fae6aefc1545f895b1190ea88c769fcfcc1d0a3.tar.xz
community/ghc: temporarily add haskell-ghc to makedepends
To be able to build it now (haskell-ghc is already provided by ghc aport, so we can use it instead of newly added ghc-bootstrap).
Diffstat (limited to 'community/ghc/APKBUILD')
-rw-r--r--community/ghc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index 8620c579f3..09675ddc87 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -17,7 +17,8 @@ license="BSD-3-Clause"
depends="gmp-dev perl gcc>=6.2.1 llvm3.7 libffi-dev"
# ghc is self-hosted, so we need ghc to build ghc. ghc-bootstrap is provided by
# this aport (see below).
-makedepends_build="$pkgname-bootstrap
+# TODO: Remove haskell-ghc once this package is built (it's a temporary hack).
+makedepends_build="$pkgname-bootstrap haskell-ghc
autoconf cpio binutils-gold paxmark libffi-dev ncurses-dev"
makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev"
makedepends="$makedepends_build $makedepends_host"