Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-enclosed-exceptions
Commits:
05e26ce0 by Felix Yan at 2025-01-04T02:51:12+08:00
upgpkg: 1.0.3-259: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-enclosed-exceptions
pkgdesc = Catching all exceptions from within an enclosed computation
pkgver = 1.0.3
- pkgrel = 258
+ pkgrel = 259
url = https://github.com/jcristovao/enclosed-exceptions
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=enclosed-exceptions
pkgname=haskell-enclosed-exceptions
pkgver=1.0.3
-pkgrel=258
+pkgrel=259
pkgdesc="Catching all exceptions from within an enclosed computation"
url="https://github.com/jcristovao/enclosed-exceptions"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('68edb501f42f01d8b4bbce374e49295e045650a8b19fdbf527a54458728e61f53c6
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-enclosed-exceptions/-/commit/05e26ce0bb82cb20bee717d3b676bdeeee116eeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-enclosed-exceptions/-/commit/05e26ce0bb82cb20bee717d3b676bdeeee116eeb
You're receiving this email because of your account on gitlab.archlinux.org.