Date: Saturday, May 23, 2020 @ 13:57:45 Author: felixonmars Revision: 631914
upgpkg: haskell-dlist 0.8.0.8-4: rebuild with tasty 1.3.1 Modified: haskell-dlist/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 13:57:02 UTC (rev 631913) +++ PKGBUILD 2020-05-23 13:57:45 UTC (rev 631914) @@ -6,7 +6,7 @@ _hkgname=dlist pkgname=haskell-dlist pkgver=0.8.0.8 -pkgrel=3 +pkgrel=4 pkgdesc="Differences lists" url="https://hackage.haskell.org/package/dlist" license=('BSD') @@ -22,7 +22,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --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
