Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-entropy
Commits: fc365e04 by Felix Yan at 2024-02-25T20:52:22+00:00 upgpkg: 0.4.1.10-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-entropy + pkgdesc = A mostly platform independent (not GHCJS) method to obtain cryptographically strong entropy + pkgver = 0.4.1.10 + pkgrel = 2 + url = https://hackage.haskell.org/package/entropy + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/entropy/0.4.1.10/entropy-0.4.1.10.tar.gz + sha512sums = 521dded7ae41cc532993236d0ced394f98f495c0c8950201064d17430ee6599d9cd6f3a4f17a19429396ee4a34a3fa17b39af49f4fee730efdae3d42d134c96e + +pkgname = haskell-entropy ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=haskell-entropy pkgver=0.4.1.10 -pkgrel=1 +pkgrel=2 pkgdesc="A mostly platform independent (not GHCJS) method to obtain cryptographically strong entropy" url="https://hackage.haskell.org/package/entropy" license=('BSD') @@ -18,7 +18,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-entropy/-/commit/fc365e04ce9dba3132b734faf9e0ffa8cb6e6061 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-entropy/-/commit/fc365e04ce9dba3132b734faf9e0ffa8cb6e6061 You're receiving this email because of your account on gitlab.archlinux.org.
