Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-base-unicode-symbols
Commits: 764877fb by Felix Yan at 2024-02-25T20:52:30+00:00 upgpkg: 0.2.4.2-14: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-base-unicode-symbols + pkgdesc = Unicode alternatives for common functions and operators + pkgver = 0.2.4.2 + pkgrel = 14 + url = https://haskell.org/haskellwiki/Unicode-symbols + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/base-unicode-symbols/0.2.4.2/base-unicode-symbols-0.2.4.2.tar.gz + sha512sums = 127ba0a6c6f50e16c0bb0634bc7ee84d3596e541ccfd1be1ad261e85fab695613fd415e6a913a02f5dbc10dcaa9e3217db3123b564d070351e5a6a7c9a64b462 + +pkgname = haskell-base-unicode-symbols ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=base-unicode-symbols pkgname=haskell-base-unicode-symbols pkgver=0.2.4.2 -pkgrel=13 +pkgrel=14 pkgdesc="Unicode alternatives for common functions and operators" url="https://haskell.org/haskellwiki/Unicode-symbols" license=("BSD") @@ -18,8 +18,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-old-base runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base-unicode-symbols/-/commit/764877fb231c63b303dd292e2a2a7a2e32277e4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base-unicode-symbols/-/commit/764877fb231c63b303dd292e2a2a7a2e32277e4c You're receiving this email because of your account on gitlab.archlinux.org.
