Date: Saturday, October 15, 2022 @ 13:31:10
Author: felixonmars
Revision: 1329177
re-enable doctest
Modified:
haskell-wreq/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-15 13:08:59 UTC (rev 1329176)
+++ PKGBUILD 2022-10-15 13:31:10 UTC (rev 1329177)
@@ -34,7 +34,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm \
- -f-doctest -f-aws -fhttpbin -f-developer
+ -fdoctest -f-aws -fhttpbin -f-developer
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script