Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-basement
Commits: 51737908 by Felix Yan at 2024-02-25T20:58:22+00:00 upgpkg: 0.0.16-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-basement + pkgdesc = Foundation scrap box of array & string + pkgver = 0.0.16 + pkgrel = 2 + url = https://github.com/haskell-foundation/foundation + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/basement/0.0.16/basement-0.0.16.tar.gz + sha512sums = dde9a98047e8bece8d938161c95cc25a5924193a271e40120d3a96f02927b5050a8d3abed6c34ae1910bb17c07feb46664dca39d7ba594afc78c055ed27023d9 + +pkgname = haskell-basement ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=basement pkgname=haskell-basement pkgver=0.0.16 -pkgrel=1 +pkgrel=2 pkgdesc="Foundation scrap box of array & string" url="https://github.com/haskell-foundation/foundation" license=("BSD") @@ -19,7 +19,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ - --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-basement/-/commit/51737908012c65fa59a5d163ba07ca0cfa99f406 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-basement/-/commit/51737908012c65fa59a5d163ba07ca0cfa99f406 You're receiving this email because of your account on gitlab.archlinux.org.
