Date: Thursday, June 9, 2022 @ 21:16:53 Author: felixonmars Revision: 1229899
upgpkg: haskell-hie-bios 0.7.6-96: rebuild with unix-compat 0.6 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 21:16:46 UTC (rev 1229898) +++ PKGBUILD 2022-06-09 21:16:53 UTC (rev 1229899) @@ -3,7 +3,7 @@ _hkgname=hie-bios pkgname=haskell-hie-bios pkgver=0.7.6 -pkgrel=95 +pkgrel=96 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -24,6 +24,8 @@ prepare() { cd $_hkgname-$pkgver + uusi -u unix-compat $_hkgname.cabal + patch -Np1 -i ../$pkgname-ghc-9.0.2.patch # It is broken only in the hackage tarball
