From 87592b16cdfa7d572c994061a4e32858045c9c6b Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@archlinux.org>
Date: Sat, 4 Jan 2025 02:16:50 +0800
Subject: [PATCH] upgpkg: 1.3.1.15-3: rebuild with inspection-testing 0.6

---
 .SRCINFO | 2 +-
 PKGBUILD | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 56f42eb..3e9e4e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = haskell-chasingbottoms
 	pkgdesc = For testing partial and infinite values
 	pkgver = 1.3.1.15
-	pkgrel = 2
+	pkgrel = 3
 	url = https://hackage.haskell.org/package/ChasingBottoms
 	arch = x86_64
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f38f5fb..1cc8669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _hkgname=ChasingBottoms
 pkgname=haskell-chasingbottoms
 pkgver=1.3.1.15
-pkgrel=2
+pkgrel=3
 pkgdesc="For testing partial and infinite values"
 url="https://hackage.haskell.org/package/ChasingBottoms"
 license=('MIT')
@@ -16,7 +16,7 @@ sha512sums=('f84d277c1878da71b74b3bde9093a4909a270d263569c94e0a62ae7686e246f0ee4
 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
-- 
GitLab