Date: Wednesday, March 23, 2022 @ 12:08:06 Author: felixonmars Revision: 1171289
upgpkg: haskell-conversion-text 1.0.1-23: rebuild with base-prelude 1.6.1 Modified: haskell-conversion-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-23 12:07:51 UTC (rev 1171288) +++ PKGBUILD 2022-03-23 12:08:06 UTC (rev 1171289) @@ -3,7 +3,7 @@ _hkgname=conversion-text pkgname=haskell-conversion-text pkgver=1.0.1 -pkgrel=22 +pkgrel=23 pkgdesc="Conversion instances for the text library" url="https://github.com/nikita-volkov/conversion-text" license=('MIT') @@ -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 \ + --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
