[arch-commits] Commit in haskell-monad-dijkstra/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 10 09:23:52 UTC 2020


    Date: Saturday, October 10, 2020 @ 09:23:52
  Author: felixonmars
Revision: 723016

upgpkg: haskell-monad-dijkstra 0.1.1.3-2: rebuild with unordered-containers 0.2.13.0

Modified:
  haskell-monad-dijkstra/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 09:23:13 UTC (rev 723015)
+++ PKGBUILD	2020-10-10 09:23:52 UTC (rev 723016)
@@ -3,7 +3,7 @@
 _hkgname=monad-dijkstra
 pkgname=haskell-monad-dijkstra
 pkgver=0.1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A monad transformer for weighted graph searches"
 url="https://github.com/ennocramer/monad-dijkstra"
 license=("BSD")
@@ -22,7 +22,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  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



More information about the arch-commits mailing list