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

Felix Yan felixonmars at archlinux.org
Wed Dec 23 21:51:03 UTC 2020


    Date: Wednesday, December 23, 2020 @ 21:51:02
  Author: felixonmars
Revision: 785401

upgpkg: haskell-record-hasfield 1.0-2: rebuild with ghc 8.10.3

Modified:
  haskell-record-hasfield/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 21:50:38 UTC (rev 785400)
+++ PKGBUILD	2020-12-23 21:51:02 UTC (rev 785401)
@@ -3,7 +3,7 @@
 _hkgname=record-hasfield
 pkgname=haskell-record-hasfield
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A version of GHC.Records as available in future GHCs."
 url="https://github.com/ndmitchell/record-hasfield#readme"
 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