Date: Tuesday, August 9, 2022 @ 15:17:31 Author: felixonmars Revision: 1263590
upgpkg: haskell-th-abstraction 0.4.4.0-1: rebuild with th-abstraction 0.4.4.0 Modified: haskell-th-abstraction/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-09 15:14:36 UTC (rev 1263589) +++ PKGBUILD 2022-08-09 15:17:31 UTC (rev 1263590) @@ -3,8 +3,8 @@ _hkgname=th-abstraction pkgname=haskell-th-abstraction -pkgver=0.4.3.0 -pkgrel=2 +pkgver=0.4.4.0 +pkgrel=1 pkgdesc="Nicer interface for reified information about data types" url="https://github.com/glguy/th-abstraction/" license=("custom:ISC") @@ -12,13 +12,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a474bd042721efb83db5f707537589faa320f0e4ccf6bc839c450ff8d0970d3835003c134fc59f88e692d47264b1717bbd053543623dd40aa591155531a31003') +sha512sums=('990773215571835332132e5040802f13922de40006992e834e41bc88e13e5810dc94cfd8db6152ee10cb18e484444d9ed43e2c37250d96150efba50e68f2da1a') 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
