Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-digest
Commits: be91455c by Felix Yan at 2024-02-25T21:02:04+00:00 upgpkg: 0.0.1.7-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = haskell-digest + pkgdesc = Various hashes for bytestrings; CRC32 and Adler32 for now + pkgver = 0.0.1.7 + pkgrel = 2 + url = https://github.com/TeofilC/digest + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + depends = zlib + source = https://hackage.haskell.org/packages/archive/digest/0.0.1.7/digest-0.0.1.7.tar.gz + sha512sums = 2739d35ce55a9524b7492aca78752fbe5f168167b37327c693fd1b51a88d23cc22767e52bc6220a053100c6c8579f060adb9f337368b606213b397e76b5868d1 + +pkgname = haskell-digest ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=digest pkgname=haskell-digest pkgver=0.0.1.7 -pkgrel=1 +pkgrel=2 pkgdesc="Various hashes for bytestrings; CRC32 and Adler32 for now" url="https://github.com/TeofilC/digest" 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 --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-bytestring-in-base runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-digest/-/commit/be91455c51ee6f96e5c43c6b90d1287f6dcae5db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-digest/-/commit/be91455c51ee6f96e5c43c6b90d1287f6dcae5db You're receiving this email because of your account on gitlab.archlinux.org.
