[arch-commits] Commit in haskell-edisoncore/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jun 19 09:50:45 UTC 2021
Date: Saturday, June 19, 2021 @ 09:50:44
Author: felixonmars
Revision: 965425
upgpkg: haskell-edisoncore 1.3.2.1-132: rebuild with ghc 9.0.1
Modified:
haskell-edisoncore/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-19 09:40:55 UTC (rev 965424)
+++ PKGBUILD 2021-06-19 09:50:44 UTC (rev 965425)
@@ -4,7 +4,7 @@
_hkgname=EdisonCore
pkgname=haskell-edisoncore
pkgver=1.3.2.1
-pkgrel=131
+pkgrel=132
pkgdesc="A library of efficient, purely-functional data structures (Core Implementations)"
url="http://rwd.rdockins.name/edison/home/"
license=("MIT")
@@ -19,6 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
patch -p2 -i ../ghc-8.8.patch
+ sed -i 's/import GHC.Base (unsafeCoerce#)/import GHC.Exts (unsafeCoerce#)/' src/Data/Edison/Seq/FingerSeq.hs
}
build() {
More information about the arch-commits
mailing list