Date: Tuesday, August 23, 2022 @ 18:00:24 Author: felixonmars Revision: 1275738
upgpkg: haskell-hie-compat 0.2.1.0-1: rebuild with hie-compat 0.2.1.0 Modified: haskell-hie-compat/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-23 17:58:34 UTC (rev 1275737) +++ PKGBUILD 2022-08-23 18:00:24 UTC (rev 1275738) @@ -2,8 +2,8 @@ _hkgname=hie-compat pkgname=haskell-hie-compat -pkgver=0.2.0.0 -pkgrel=3 +pkgver=0.2.1.0 +pkgrel=1 pkgdesc="HIE files for GHC 8.6 and other HIE file backports" url="https://hackage.haskell.org/package/hie-compat" license=("Apache") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-ghc') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('83719532cdc5c174b9adfb7f04e9c549f93cd30201634fa66cd24ec78b213009') +sha256sums=('871716f8abbdf8c0954e637842a920afefb8cc773bab4c036be364198b478436') prepare() { cd $_hkgname-$pkgver @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
