Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-singletons
Commits: 79864232 by Felix Yan at 2024-02-25T21:03:14+00:00 upgpkg: 3.0.2-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-singletons + pkgdesc = Basic singleton types and definitions + pkgver = 3.0.2 + pkgrel = 2 + url = https://github.com/goldfirere/singletons + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/singletons/3.0.2/singletons-3.0.2.tar.gz + sha512sums = 406bd77012663d7c05f8318c6880ad8f3cf055fd6c7ef679dfd22264c169a7b5ec922e2869835c62ec8cb9ff61a4a8f0356600ab4d2885dde67f0a6aed65beb5 + +pkgname = haskell-singletons ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=singletons pkgname=haskell-singletons pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Basic singleton types and definitions" url="https://github.com/goldfirere/singletons" license=('BSD') @@ -18,7 +18,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --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-singletons/-/commit/798642323905f5f2258c96e6f29740f6a645312a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-singletons/-/commit/798642323905f5f2258c96e6f29740f6a645312a You're receiving this email because of your account on gitlab.archlinux.org.
