Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-language-c99
Commits:
0217b57b by Felix Yan at 2024-02-25T21:01:15+00:00
upgpkg: 0.2.0-3: rebuild with GHC 9.2.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-language-c99
pkgdesc = An implementation of the C99 AST that strictly follows the
standard
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fdedden/language-c99.git
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=language-c99
pkgname=haskell-language-c99
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the C99 AST that strictly follows the standard"
url="https://github.com/fdedden/language-c99.git"
license=("MIT")
@@ -22,7 +22,7 @@ build() {
--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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-c99/-/commit/0217b57b2d9efc5675820aa6f4886bd7675bfe93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-c99/-/commit/0217b57b2d9efc5675820aa6f4886bd7675bfe93
You're receiving this email because of your account on gitlab.archlinux.org.