Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-th-reify-many
Commits:
e08ca69a by Felix Yan at 2025-01-04T02:31:42+08:00
upgpkg: 0.1.10-112: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-th-reify-many
pkgdesc = Recurseively reify template haskell datatype info
pkgver = 0.1.10
- pkgrel = 111
+ pkgrel = 112
url = https://github.com/mgsloan/th-reify-many
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=th-reify-many
pkgname=haskell-th-reify-many
pkgver=0.1.10
-pkgrel=111
+pkgrel=112
pkgdesc="Recurseively reify template haskell datatype info"
url="https://github.com/mgsloan/th-reify-many"
license=('BSD')
@@ -16,7 +16,7 @@
sha512sums=('9c5b64e791a0649d7e05a471cfc1b6e84e50c90a3711ffd7304c2bd8af9623ba3c0
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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-reify-many/-/commit/e08ca69a5448676fa71c7d69269074365e9bfeaf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-reify-many/-/commit/e08ca69a5448676fa71c7d69269074365e9bfeaf
You're receiving this email because of your account on gitlab.archlinux.org.