Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-pattern-arrows
Commits: 89faed33 by Felix Yan at 2024-02-25T20:51:54+00:00 upgpkg: 0.0.2-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-pattern-arrows + pkgdesc = Arrows for Pretty Printing + pkgver = 0.0.2 + pkgrel = 26 + url = https://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/pattern-arrows/0.0.2/pattern-arrows-0.0.2.tar.gz + sha512sums = 085d4c2e023a4762af885ec9043ca5b16fae3de4b9ecca879d8a4415d027febeef6b10d705ef0bfbdae1db7346c29269bd60c14a4ca06197d2747748ed3e0070 + +pkgname = haskell-pattern-arrows ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=pattern-arrows pkgname=haskell-pattern-arrows pkgver=0.0.2 -pkgrel=25 +pkgrel=26 pkgdesc="Arrows for Pretty Printing" url="https://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html" license=("MIT") @@ -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 \ - --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-pattern-arrows/-/commit/89faed334d7fe6fc1f16425659e4f1e2e29eeb97 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pattern-arrows/-/commit/89faed334d7fe6fc1f16425659e4f1e2e29eeb97 You're receiving this email because of your account on gitlab.archlinux.org.
