aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-11-26 18:18:29 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 01:27:52 +0100
commitc40d12ef290bf0c25b033d179a34e32462cd1274 (patch)
treef6c3b2a2b17513208f9b90ae634cf3f0065c69e9 /community/ghc
parent722be6e9b814784dd4e0ff41bcca80db49ddd312 (diff)
downloadaports-c40d12ef290bf0c25b033d179a34e32462cd1274.tar.bz2
aports-c40d12ef290bf0c25b033d179a34e32462cd1274.tar.xz
community/ghc: upgrade to 8.4.4
Diffstat (limited to 'community/ghc')
-rw-r--r--community/ghc/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index 95062358f5..317c67ff05 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname=ghc
-pkgver=8.4.3
+pkgver=8.4.4
pkgrel=0
# Normal non rc candidate
_urlprefix="$pkgver"
@@ -35,7 +35,7 @@ checkdepends="python3"
# Adding "ghc" to makedepends would not work, because abuild implicitly removes
# $pkgname and $subpackages from the abuild's dependencies.
provides="$pkgname-bootstrap=$pkgver-r$pkgrel"
-subpackages="$pkgname-doc $pkgname-dev"
+subpackages="$pkgname-static $pkgname-doc $pkgname-dev"
install="$pkgname.post-install"
options="!strip" # we strip it manually in build()
source="https://downloads.haskell.org/~ghc/$_urlprefix/$_pkgprefix-src.tar.xz
@@ -183,6 +183,6 @@ dev() {
echo "$pfiles" | cpio -pamVd "$subpkgdir"
echo "$pfiles" | xargs rm -fr
}
-sha512sums="c6cea84264f32ae888f9931f834a1d721889242f656d14262e787ec54a1793d1862ce76daacaf1006c12b8af12919501afce1dc02571373e24830e4d51803414 ghc-8.4.3-src.tar.xz
-8a6d1016ae7166c0932973a22e8bfa02e4edab2374ea4dbcc7c9315245bc2df72f8faab2e1e15220c0eeeeeee89549deb1b3ae6bb56899b208345ef02f53aa16 ghc-8.4.3-testsuite.tar.xz
+sha512sums="685e102eee8cf8b6a377afd7871998c8c368a5da288469367e3fb804aa6109e6f59be5945b8cd3d1e36c851190ea9a7f74c576528589589313d237b721d86da5 ghc-8.4.4-src.tar.xz
+9ee9382bb17689ec52528ea0c35d9d91f5a8aee37760cda7f312704f23dd731b72fcd012829c0817817ec2f307ab398d266e1b65078ac9cfec160df1d1b5ccb8 ghc-8.4.4-testsuite.tar.xz
e1c2cef06d307eda4b35521204e95eb54ace5dbcd22de659e95356f884b4424d6304365e4ab45c5116192cba4c095e2e91114bc7cb73d7c7173a7035287d0854 0005-buildpath-abi-stability.patch"