Date: Monday, March 21, 2022 @ 17:01:28 Author: felixonmars Revision: 1167320
upgpkg: haskell-mwc-random 0.15.0.2-45: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-mwc-random/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 17:01:24 UTC (rev 1167319) +++ PKGBUILD 2022-03-21 17:01:28 UTC (rev 1167320) @@ -4,7 +4,7 @@ _hkgname=mwc-random pkgname=haskell-mwc-random pkgver=0.15.0.2 -pkgrel=44 +pkgrel=45 pkgdesc="Fast, high quality pseudo random number generation" url="https://github.com/bos/mwc-random" license=("BSD") @@ -31,7 +31,7 @@ fi runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname "${_opts[@]}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
