Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-polysemy
Commits:
171a7e79 by Felix Yan at 2025-01-04T02:47:42+08:00
upgpkg: 1.9.2.0-7: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-polysemy
pkgdesc = Higher-order, low-boilerplate, zero-cost free monads
pkgver = 1.9.2.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/isovector/polysemy
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-cabal-doctest
makedepends = haskell-hspec-discover
makedepends = haskell-doctest
=====================================
PKGBUILD
=====================================
@@ -3,22 +3,27 @@
_hkgname=polysemy
pkgname=haskell-polysemy
pkgver=1.9.2.0
-pkgrel=6
+pkgrel=7
pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
url="https://github.com/isovector/polysemy"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-async' 'haskell-first-class-families'
'haskell-syb'
'haskell-th-abstraction' 'haskell-type-errors' 'haskell-unagi-chan')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec-discover'
'haskell-doctest' 'haskell-hspec'
+makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-hspec-discover'
'haskell-doctest' 'haskell-hspec'
'haskell-inspection-testing')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha512sums=('ed5ec5f210c1a7ca030b5891c98784ecfb468ab6c34ba2d877c837f5485d85764bbb7e3da6aa5fa8aaae021faa0b5c26739cb1b98f681dc954ea9fc38372a50b')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u inspection-testing
+}
+
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--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 \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-polysemy/-/commit/171a7e79b2f71183371d57759a8be82fc53caedd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-polysemy/-/commit/171a7e79b2f71183371d57759a8be82fc53caedd
You're receiving this email because of your account on gitlab.archlinux.org.