Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-lazysmallcheck
Commits: c2ba5a30 by Felix Yan at 2024-02-25T20:54:02+00:00 upgpkg: 0.6-5: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-lazysmallcheck + pkgdesc = A library for demand-driven testing of Haskell programs + pkgver = 0.6 + pkgrel = 5 + url = http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/lazysmallcheck/0.6/lazysmallcheck-0.6.tar.gz + sha256sums = 9dd4dfb590c77e4f6aff68296602de58422eed5e7148fc29190d875a4e7d0f53 + +pkgname = haskell-lazysmallcheck ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=lazysmallcheck pkgname=haskell-lazysmallcheck pkgver=0.6 -pkgrel=4 +pkgrel=5 pkgdesc="A library for demand-driven testing of Haskell programs" url="http://www.cs.york.ac.uk/~mfn/lazysmallcheck/" license=("BSD") @@ -17,8 +17,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lazysmallcheck/-/commit/c2ba5a30060e15eb708cdedc14571742fe40ed75 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lazysmallcheck/-/commit/c2ba5a30060e15eb708cdedc14571742fe40ed75 You're receiving this email because of your account on gitlab.archlinux.org.
