Date: Thursday, June 9, 2022 @ 20:27:43 Author: felixonmars Revision: 1229757
upgpkg: haskell-filemanip 0.3.6.3-36: rebuild with unix-compat 0.6 Modified: haskell-filemanip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 20:27:34 UTC (rev 1229756) +++ PKGBUILD 2022-06-09 20:27:43 UTC (rev 1229757) @@ -4,7 +4,7 @@ _hkgname=filemanip pkgname=haskell-filemanip pkgver=0.3.6.3 -pkgrel=35 +pkgrel=36 pkgdesc="Expressive file and directory manipulation for Haskell." url="https://hackage.haskell.org/package/filemanip" license=("BSD") @@ -18,7 +18,7 @@ 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
