Date: Friday, November 25, 2022 @ 01:33:01 Author: felixonmars Revision: 1353655
upgpkg: haskell-lift-type 0.1.1.0-1: rebuild with lift-type 0.1.1.0 Modified: haskell-lift-type/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-25 01:28:06 UTC (rev 1353654) +++ PKGBUILD 2022-11-25 01:33:01 UTC (rev 1353655) @@ -2,8 +2,8 @@ _hkgname=lift-type pkgname=haskell-lift-type -pkgver=0.1.0.1 -pkgrel=4 +pkgver=0.1.1.0 +pkgrel=1 pkgdesc="Lift a type from a Typeable constraint to a Template Haskell type" url="https://github.com/parsonsmatt/lift-type#readme" license=("BSD") @@ -11,13 +11,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('aeb79e3090a38130fdb1da374e9e50e132e6bf5e20b45de58af5230d9c8f2585') +sha256sums=('3e5c204f4b0ffe62f2d626ee3e20efb959cf11032d8d4681e6e6d64e6d7331a2') build() { 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'
