Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-fmlist
Commits: a0aa98ab by Felix Yan at 2024-02-25T21:00:39+00:00 upgpkg: 0.9.4-8: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-fmlist + pkgdesc = FoldMap lists + pkgver = 0.9.4 + pkgrel = 8 + url = https://github.com/sjoerdvisscher/fmlist + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/fmlist/0.9.4/fmlist-0.9.4.tar.gz + sha512sums = 68b36503cd895bff5f25f2d24422972537b5ba68439714de257441c14194656b0b84137fa9c45235cdb9291e8a2d132e66e9a1d45f66f91142eef65f07d8c5dc + +pkgname = haskell-fmlist ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=fmlist pkgname=haskell-fmlist pkgver=0.9.4 -pkgrel=7 +pkgrel=8 pkgdesc="FoldMap lists" url="https://github.com/sjoerdvisscher/fmlist" license=('BSD') @@ -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 \ - --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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fmlist/-/commit/a0aa98ab44e3bb297e81f89099814943d2878246 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fmlist/-/commit/a0aa98ab44e3bb297e81f89099814943d2878246 You're receiving this email because of your account on gitlab.archlinux.org.
