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

Felix Yan felixonmars at archlinux.org
Tue Apr 13 07:49:57 UTC 2021


    Date: Tuesday, April 13, 2021 @ 07:49:57
  Author: felixonmars
Revision: 916671

upgpkg: haskell-streams 3.3-2: rebuild with quickcheck-classes-base 0.6.2.0

Modified:
  haskell-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-13 07:49:18 UTC (rev 916670)
+++ PKGBUILD	2021-04-13 07:49:57 UTC (rev 916671)
@@ -3,7 +3,7 @@
 _hkgname=streams
 pkgname=haskell-streams
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Various Haskell 2010 stream comonads"
 url="http://github.com/ekmett/streams"
 license=("BSD")
@@ -28,7 +28,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