Date: Tuesday, May 19, 2020 @ 21:01:18 Author: felixonmars Revision: 630198
upgpkg: haskell-snap-core 1.0.4.1-82: rebuild with tasty-golden 2.3.3.3 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:59:23 UTC (rev 630197) +++ PKGBUILD 2020-05-19 21:01:18 UTC (rev 630198) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.4.1 -pkgrel=81 +pkgrel=82 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/JustusAdam/snap-core" license=('BSD') @@ -29,7 +29,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
