Date: Saturday, May 23, 2020 @ 17:14:32 Author: felixonmars Revision: 632278
upgpkg: haskell-fsnotify 0.3.0.1-98: rebuild with tasty 1.3.1 Modified: haskell-fsnotify/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 17:13:53 UTC (rev 632277) +++ PKGBUILD 2020-05-23 17:14:32 UTC (rev 632278) @@ -4,7 +4,7 @@ _hkgname=fsnotify pkgname=haskell-fsnotify pkgver=0.3.0.1 -pkgrel=97 +pkgrel=98 pkgdesc="Cross platform library for file change notification." url="https://github.com/haskell-fswatch/hfsnotify" license=("BSD") @@ -21,7 +21,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
