diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 15:02:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 15:03:34 +0200 |
commit | 7afc1743dccbc2ae39e2474dba4b417e2d7ac1fa (patch) | |
tree | fa669e7c872061527638df0d654c6a7a2ea5516a /community | |
parent | 813a0bc96673399d1bd1c9b29d39f063f475d153 (diff) | |
download | aports-7afc1743dccbc2ae39e2474dba4b417e2d7ac1fa.tar.bz2 aports-7afc1743dccbc2ae39e2474dba4b417e2d7ac1fa.tar.xz |
community/ghc: temporarily remove ghc-bootstrap from makedepends
Fixes commit 3fae6aefc1545f895b1190ea88c769fcfcc1d0a3.
Diffstat (limited to 'community')
-rw-r--r-- | community/ghc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD index 09675ddc87..cf2667d4c4 100644 --- a/community/ghc/APKBUILD +++ b/community/ghc/APKBUILD @@ -17,8 +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). -# TODO: Remove haskell-ghc once this package is built (it's a temporary hack). -makedepends_build="$pkgname-bootstrap haskell-ghc +# TODO: Replace haskell-ghc with $pkgname-bootstrap once this package is built. +makedepends_build="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" |