Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-success
Commits:
5311725e by Felix Yan at 2025-01-04T02:38:00+08:00
upgpkg: 0.2.6-282: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-success
pkgdesc = A version of Either specialised for encoding of success or
failure
pkgver = 0.2.6
- pkgrel = 281
+ pkgrel = 282
url = https://github.com/nikita-volkov/success
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=success
pkgname=haskell-success
pkgver=0.2.6
-pkgrel=281
+pkgrel=282
pkgdesc="A version of Either specialised for encoding of success or failure"
url="https://github.com/nikita-volkov/success"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('be0fc1627fb65e7607cf7753594a0db86ab3feaf4df241808231bd3d3ed1f4be7db
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 \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-success/-/commit/5311725e372b670d23a5c4a60aa27f424429622b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-success/-/commit/5311725e372b670d23a5c4a60aa27f424429622b
You're receiving this email because of your account on gitlab.archlinux.org.