Date: Saturday, June 19, 2021 @ 23:33:10 Author: felixonmars Revision: 965709
upgpkg: haskell-email-validate 2.3.2.13-96: rebuild with ghc 9.0.1 Modified: haskell-email-validate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-19 23:32:06 UTC (rev 965708) +++ PKGBUILD 2021-06-19 23:33:10 UTC (rev 965709) @@ -4,7 +4,7 @@ _hkgname=email-validate pkgname=haskell-email-validate pkgver=2.3.2.13 -pkgrel=95 +pkgrel=96 pkgdesc="Validating an email address string against RFC 5322" url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct" license=("BSD") @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u attoparsec -u doctest -u hspec $_hkgname.cabal + uusi -u attoparsec -u doctest -u hspec -u template-haskell $_hkgname.cabal } build() {
