Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-show-combinators
Commits: 7968a4db by Felix Yan at 2024-02-25T20:53:56+00:00 upgpkg: 0.2.0.0-10: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-show-combinators + pkgdesc = Combinators to write Show instances + pkgver = 0.2.0.0 + pkgrel = 10 + url = https://github.com/Lysxia/show-combinators + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/show-combinators/0.2.0.0/show-combinators-0.2.0.0.tar.gz + sha512sums = 6d9bd0b788c8c4733e3e48ebd8f76a01caa2e6fecf8942f5d00de4e46231f972d4bf23435d0a432c2795fa30b11717c6ebc3f55709138d7a3c15ead4c1779369 + +pkgname = haskell-show-combinators ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=show-combinators pkgname=haskell-show-combinators pkgver=0.2.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="Combinators to write Show instances" url="https://github.com/Lysxia/show-combinators" license=('MIT') @@ -22,8 +22,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 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-show-combinators/-/commit/7968a4dbe91304d1917b4e921d648dd9ec34fa7c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-show-combinators/-/commit/7968a4dbe91304d1917b4e921d648dd9ec34fa7c You're receiving this email because of your account on gitlab.archlinux.org.
