aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-14 12:25:04 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-17 13:50:14 +0000
commitf267ad1d8d993fc0ad5e97a85413064231ae1286 (patch)
tree98d5b1f4e6459340e6a1b7e3b2e02d1d18fe4de2 /testing
parent5935206e289a9259e135faebd05808d9899c8081 (diff)
downloadaports-f267ad1d8d993fc0ad5e97a85413064231ae1286.tar.bz2
aports-f267ad1d8d993fc0ad5e97a85413064231ae1286.tar.xz
testing/ghc: remove dependency on ghc-bootstrap
It's not used anymore.
Diffstat (limited to 'testing')
-rw-r--r--testing/ghc/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ghc/APKBUILD b/testing/ghc/APKBUILD
index 0ce344ba5d..9b922eb4ae 100644
--- a/testing/ghc/APKBUILD
+++ b/testing/ghc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname=ghc
pkgver=8.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="The Glasgow Haskell Compiler"
url="http://haskell.org"
arch="x86_64 armhf"
@@ -15,11 +15,11 @@ license="custom:BSD-3"
# Ref: https://ghc.haskell.org/trac/ghc/wiki/Status/GHC-8.0.1
# https://ghc.haskell.org/trac/ghc/wiki/ImprovedLLVMBackend
depends="gmp-dev perl gcc>=6.2.1 llvm3.7 libffi-dev"
-makedepends_build="autoconf cpio binutils-gold paxmark ghc-bootstrap libffi-dev ncurses-dev"
+makedepends_build="$pkgname 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"
checkdepends="python2"
-provides="ghc-bootstrap=$pkgver-r$pkgrel
+provides="
haskell-cabal=1.24.2.0
haskell-bytestring=0.10.8.1
haskell-containers=0.5.7.1