Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-data-bword
Commits: 86d794e5 by Felix Yan at 2024-02-25T20:55:45+00:00 upgpkg: 0.1.0.2-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-data-bword + pkgdesc = Extra operations on binary words of fixed length + pkgver = 0.1.0.2 + pkgrel = 2 + url = https://github.com/mvv/data-bword + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/data-bword/0.1.0.2/data-bword-0.1.0.2.tar.gz + sha512sums = 9275c80477362d415cb9d25616ca2f670e27c4e54d45fa345788173d74ade4b7ad4127571b39bfb2311f910cfb52ae1a23298fd2ebf0031436c1c9da35ee0521 + +pkgname = haskell-data-bword ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=data-bword pkgname=haskell-data-bword pkgver=0.1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Extra operations on binary words of fixed length" url="https://github.com/mvv/data-bword" 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-data-bword/-/commit/86d794e578c9c645edcb3ab65078dbda56f6fc08 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-bword/-/commit/86d794e578c9c645edcb3ab65078dbda56f6fc08 You're receiving this email because of your account on gitlab.archlinux.org.
