Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-stateref
Commits: bf883186 by Felix Yan at 2024-02-25T20:55:11+00:00 upgpkg: 0.3-7: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-stateref + pkgdesc = Abstraction for things that work like IORef. + pkgver = 0.3 + pkgrel = 7 + url = http://code.haskell.org/~mokus/stateref/ + arch = x86_64 + license = custom:PublicDomain + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/stateref/0.3/stateref-0.3.tar.gz + sha256sums = 7dd390aab346ca877cde1217d5b62145cdfa6f9390e3b7a53c9296229ee1b741 + +pkgname = haskell-stateref ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=stateref pkgname=haskell-stateref pkgver=0.3 -pkgrel=6 +pkgrel=7 pkgdesc="Abstraction for things that work like IORef." url="http://code.haskell.org/~mokus/stateref/" license=("custom:PublicDomain") @@ -17,8 +17,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-stateref/-/commit/bf88318616670b0b6f6fa8524a8aecb0c943e102 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-stateref/-/commit/bf88318616670b0b6f6fa8524a8aecb0c943e102 You're receiving this email because of your account on gitlab.archlinux.org.
