Date: Monday, January 10, 2022 @ 18:29:41 Author: felixonmars Revision: 1099742
upgpkg: haskell-integer-logarithms 1.0.3.1-6: rebuild with ghc 9.0.2 Modified: haskell-integer-logarithms/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 18:29:13 UTC (rev 1099741) +++ PKGBUILD 2022-01-10 18:29:41 UTC (rev 1099742) @@ -3,22 +3,27 @@ _hkgname=integer-logarithms pkgname=haskell-integer-logarithms pkgver=1.0.3.1 -pkgrel=5 +pkgrel=6 pkgdesc="Integer logarithms" url="https://github.com/Bodigrim/integer-logarithms" license=('MIT') arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('670aff419de8d6afd1b7e1a40b68290bcf7aefad788c3b08aebfa5ca3e709f5d22543fce82fb75dc18b3ba0ef6d8a8f61735cde647a7a6c9392a60ec365534b3') +prepare() { + cd $_hkgname-$pkgver + uusi -u ghc-bignum $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -finteger-gmp -f-check-bounds runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
