Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-ghc-paths
Commits: a2fbb3ed by Felix Yan at 2024-02-25T20:54:02+00:00 upgpkg: 0.1.0.12-13: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-ghc-paths + pkgdesc = Knowledge of GHC's installation directories + pkgver = 0.1.0.12 + pkgrel = 13 + url = https://hackage.haskell.org/package/ghc-paths + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/ghc-paths/0.1.0.12/ghc-paths-0.1.0.12.tar.gz + sha512sums = 1c66caf459f5783bde38a47ce1292bf5c47fef21e3f69d7f6c052b4eb39f446ed5decd38f0e4143a90d55ba44ebc0891b4497050cc652cbf3fcad636d45690e9 + +pkgname = haskell-ghc-paths ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=haskell-ghc-paths pkgver=0.1.0.12 -pkgrel=12 +pkgrel=13 pkgdesc="Knowledge of GHC's installation directories" url='https://hackage.haskell.org/package/ghc-paths' license=('BSD') @@ -17,8 +17,8 @@ build() { cd "${srcdir}/ghc-paths-${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-ghc-paths/-/commit/a2fbb3ed66888ad1050a2f43773b80163b5cbba0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghc-paths/-/commit/a2fbb3ed66888ad1050a2f43773b80163b5cbba0 You're receiving this email because of your account on gitlab.archlinux.org.
