Date: Monday, December 13, 2021 @ 10:48:10 Author: felixonmars Revision: 1071427
upgpkg: haskell-indexed-traversable 0.1.2-1: rebuild with indexed-traversable 0.1.2 Modified: haskell-indexed-traversable/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-13 10:42:22 UTC (rev 1071426) +++ PKGBUILD 2021-12-13 10:48:10 UTC (rev 1071427) @@ -2,8 +2,8 @@ _hkgname=indexed-traversable pkgname=haskell-indexed-traversable -pkgver=0.1.1 -pkgrel=5 +pkgver=0.1.2 +pkgrel=1 pkgdesc="FunctorWithIndex, FoldableWithIndex, TraversableWithIndex" url="https://github.com/haskellari/indexed-traversable" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('63d6c305f33d97f34c4efaeaede0e5c06c5ff95df9c45307e849de54693c0f93ec017d0e163c64e14bbb498bb2b02a3d54d1cd6a4e75992c8f96609bb73c8dbc') +sha512sums=('38d2dfc0e45e3eafa1e8827c7f27a64e296902f0193cb61939af74ad6845be067024ac32278a6b5bca1976a2d3ada5820a7a6879d7bf9000730450714a5df9c4') prepare() { cd $_hkgname-$pkgver @@ -23,7 +23,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
