Date: Monday, August 17, 2020 @ 06:03:34 Author: felixonmars Revision: 682239
upgpkg: haskell-entropy 0.4.1.6-3: rebuild with ghc 8.10.2 Modified: haskell-entropy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 06:03:17 UTC (rev 682238) +++ PKGBUILD 2020-08-17 06:03:34 UTC (rev 682239) @@ -3,7 +3,7 @@ pkgname=haskell-entropy pkgver=0.4.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="A mostly platform independent (not GHCJS) method to obtain cryptographically strong entropy" url="https://hackage.haskell.org/package/entropy" license=('BSD') @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
