Date: Monday, August 29, 2022 @ 19:11:45 Author: felixonmars Revision: 1285579
upgpkg: haskell-base-compat 0.12.2-1: rebuild with base-compat 0.12.2, base-compat-batteries 0.12.2 Modified: haskell-base-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 19:09:48 UTC (rev 1285578) +++ PKGBUILD 2022-08-29 19:11:45 UTC (rev 1285579) @@ -3,7 +3,7 @@ _hkgname=base-compat pkgname=haskell-base-compat -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="A compatibility layer for base" url="https://hackage.haskell.org/package/${_hkgname}" @@ -12,13 +12,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('2ae3e1baad0d0f25c227a9b066ea266cff4f274448c418546d37c6274d77df4349215722fce3d6eaae2093ad31c9b2c70b02f1233513eaa59a59c6255669d318') +sha512sums=('8fc3f6835c2d9951a7e9ba8837952fb39dbaf9a8c77d11c941efd352e018ebe8813a53b011ee28140137ca63c72eedfd52bbd13fbc6660fd7c01dface035b436') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
