Date: Monday, June 7, 2021 @ 18:27:46 Author: felixonmars Revision: 957989
upgpkg: haskell-ghc-api-compat 8.6-2: rebuild with ghc 8.10.5 Modified: haskell-ghc-api-compat/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-07 18:26:56 UTC (rev 957988) +++ PKGBUILD 2021-06-07 18:27:46 UTC (rev 957989) @@ -3,7 +3,7 @@ _hkgname=ghc-api-compat pkgname=haskell-ghc-api-compat pkgver=8.6 -pkgrel=1 +pkgrel=2 pkgdesc="GHC-API compatibility helpers" url="https://hackage.haskell.org/package/ghc-api-compat" license=("BSD") @@ -16,6 +16,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup + sed -i 's/GHC.Platform.ARM64/GHC.Platform.AArch64/' $_hkgname.cabal } build() {
