Date: Monday, March 21, 2022 @ 16:52:39 Author: felixonmars Revision: 1167247
upgpkg: haskell-stream 0.4.7.2-62: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-stream/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 16:52:34 UTC (rev 1167246) +++ PKGBUILD 2022-03-21 16:52:39 UTC (rev 1167247) @@ -3,7 +3,7 @@ _hkgname=Stream pkgname=haskell-stream pkgver=0.4.7.2 -pkgrel=61 +pkgrel=62 pkgdesc="A library for manipulating infinite lists." url="https://hackage.haskell.org/package/Stream" license=("BSD") @@ -17,7 +17,7 @@ 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'
