Date: Friday, September 24, 2021 @ 09:33:38 Author: felixonmars Revision: 1023538
upgpkg: haskell-attoparsec-iso8601 1.0.2.0-64: rebuild with vector 0.12.3.1 Modified: haskell-attoparsec-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 09:32:47 UTC (rev 1023537) +++ PKGBUILD 2021-09-24 09:33:38 UTC (rev 1023538) @@ -3,7 +3,7 @@ _hkgname=attoparsec-iso8601 pkgname=haskell-attoparsec-iso8601 pkgver=1.0.2.0 -pkgrel=63 +pkgrel=64 pkgdesc="Parsing of ISO 8601 dates, originally from aeson" url="https://github.com/haskell/aeson" license=('BSD') @@ -24,7 +24,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 \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-developer -f-fast runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
