Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-base-compat
Commits: 358f3420 by Felix Yan at 2024-02-25T20:51:18+00:00 upgpkg: 0.12.2-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-base-compat + pkgdesc = A compatibility layer for base + pkgver = 0.12.2 + pkgrel = 2 + url = https://hackage.haskell.org/package/base-compat + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/base-compat/0.12.2/base-compat-0.12.2.tar.gz + sha512sums = 8fc3f6835c2d9951a7e9ba8837952fb39dbaf9a8c77d11c941efd352e018ebe8813a53b011ee28140137ca63c72eedfd52bbd13fbc6660fd7c01dface035b436 + +pkgname = haskell-base-compat ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=base-compat pkgname=haskell-base-compat pkgver=0.12.2 -pkgrel=1 +pkgrel=2 pkgdesc="A compatibility layer for base" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -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-base-compat/-/commit/358f34205c9ea5f8efb4471c712a95a4a2d018ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base-compat/-/commit/358f34205c9ea5f8efb4471c712a95a4a2d018ef You're receiving this email because of your account on gitlab.archlinux.org.
