Date: Friday, January 6, 2023 @ 23:01:46
  Author: felixonmars
Revision: 1380099

upgpkg: haskell-doctest-discover 0.2.0.0-4: rebuild with hashable 1.4.2.0

Modified:
  haskell-doctest-discover/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 23:01:45 UTC (rev 1380098)
+++ PKGBUILD    2023-01-06 23:01:46 UTC (rev 1380099)
@@ -4,7 +4,7 @@
 pkgname=haskell-doctest-discover
 pkgver=0.2.0.0
 _commit=04b6b1f9fa93518e49d7a95052e6efc2d2d2dabe
-pkgrel=3
+pkgrel=4
 pkgdesc="Easy way to run doctests via cabal"
 url="http://github.com/karun012/doctest-discover";
 license=("custom:PublicDomain")
@@ -30,6 +30,9 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' 
 
+  # Build the executable first because the build order is non-deterministic 
and the doctests will
+  # fail to build if the executable is not built first.
+  runhaskell Setup build exe:doctest-discover
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script

Reply via email to