Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-data-hash
Commits: d931fe6f by Felix Yan at 2024-02-25T21:04:00+00:00 upgpkg: 0.2.0.1-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-data-hash + pkgdesc = Combinators for building fast hashing functions. + pkgver = 0.2.0.1 + pkgrel = 25 + url = https://hackage.haskell.org/package/data-hash + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/data-hash/0.2.0.1/data-hash-0.2.0.1.tar.gz + sha512sums = daea098b9c808396606d90ae70e5156c492463db929b563a6195ee648ad72fc2949ab231ad67758fe0c68991826ea2292109a5d1f46d0cfc27c16e2e2b0666fa + +pkgname = haskell-data-hash ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=data-hash pkgname=haskell-data-hash pkgver=0.2.0.1 -pkgrel=24 +pkgrel=25 pkgdesc="Combinators for building fast hashing functions." url="https://hackage.haskell.org/package/${_hkgname}" 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-data-hash/-/commit/d931fe6fc3af8149129d70cc17f3f38bf905b5bc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-hash/-/commit/d931fe6fc3af8149129d70cc17f3f38bf905b5bc You're receiving this email because of your account on gitlab.archlinux.org.
