Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-byteable
Commits: eee861a0 by Felix Yan at 2024-02-25T21:03:41+00:00 upgpkg: 0.1.1-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-byteable + pkgdesc = Type class for sequence of bytes + pkgver = 0.1.1 + pkgrel = 26 + url = https://github.com/vincenthz/hs-byteable + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/byteable/0.1.1/byteable-0.1.1.tar.gz + sha512sums = f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c + +pkgname = haskell-byteable ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=byteable pkgname=haskell-byteable pkgver=0.1.1 -pkgrel=25 +pkgrel=26 pkgdesc="Type class for sequence of bytes" url="https://github.com/vincenthz/hs-byteable" 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 --datasubdir="$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-byteable/-/commit/eee861a00f55136d4e9ae7e26d3912fe9af6fdb3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-byteable/-/commit/eee861a00f55136d4e9ae7e26d3912fe9af6fdb3 You're receiving this email because of your account on gitlab.archlinux.org.
