mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/ghc: replace makedepend haskell-ghc with ghc-bootstrap
Related to061af43096
and061af43096
.
This commit is contained in:
parent
e5d83924cd
commit
145f3ef397
@ -17,8 +17,7 @@ license="BSD-3-Clause"
|
|||||||
depends="gmp-dev perl gcc>=6.2.1 llvm3.7 libffi-dev"
|
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
|
# ghc is self-hosted, so we need ghc to build ghc. ghc-bootstrap is provided by
|
||||||
# this aport (see below).
|
# this aport (see below).
|
||||||
# TODO: Replace haskell-ghc with $pkgname-bootstrap once this package is built.
|
makedepends_build="$pkgname-bootstrap haskell-ghc
|
||||||
makedepends_build="haskell-ghc
|
|
||||||
autoconf cpio binutils-gold paxmark libffi-dev ncurses-dev"
|
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_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev"
|
||||||
makedepends="$makedepends_build $makedepends_host"
|
makedepends="$makedepends_build $makedepends_host"
|
||||||
|
Loading…
Reference in New Issue
Block a user