diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 20:09:54 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 20:10:43 +0200 |
commit | 145f3ef3978a7ac87086a18a5607541efa4e6b5a (patch) | |
tree | 6aced1fbe9e13a1ac21db100685c6afd408163fc /community/ghc | |
parent | e5d83924cd28d281fc92beab7ca029be1acde5d4 (diff) | |
download | aports-145f3ef3978a7ac87086a18a5607541efa4e6b5a.tar.bz2 aports-145f3ef3978a7ac87086a18a5607541efa4e6b5a.tar.xz |
community/ghc: replace makedepend haskell-ghc with ghc-bootstrap
Diffstat (limited to 'community/ghc')
-rw-r--r-- | community/ghc/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD index cf2667d4c4..4d1b271bdd 100644 --- a/community/ghc/APKBUILD +++ b/community/ghc/APKBUILD @@ -17,8 +17,7 @@ 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: Replace haskell-ghc with $pkgname-bootstrap once this package is built. -makedepends_build="haskell-ghc +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" |