Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-placeholders
Commits: da7cdc05 by Felix Yan at 2024-02-25T21:01:08+00:00 upgpkg: 0.1-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-placeholders + pkgdesc = Placeholders for use while developing Haskell code + pkgver = 0.1 + pkgrel = 25 + url = https://github.com/ahammar/placeholders + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/placeholders/0.1/placeholders-0.1.tar.gz + sha512sums = 29248b791853ab28e79238f454754ab8a87364c46387a2c026f5cad315bf26782924ff86516ad4948e7ed2ac8a9e1074dfbb8f8c73506ff66b93f2c8158599c9 + +pkgname = haskell-placeholders ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=placeholders pkgname=haskell-placeholders pkgver=0.1 -pkgrel=24 +pkgrel=25 pkgdesc="Placeholders for use while developing Haskell code" url="https://github.com/ahammar/placeholders" 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 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-placeholders/-/commit/da7cdc05f63a84011e11d57b5062ab2a792a7be1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-placeholders/-/commit/da7cdc05f63a84011e11d57b5062ab2a792a7be1 You're receiving this email because of your account on gitlab.archlinux.org.
