Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-inspection-testing
Commits:
fd5e7da2 by Felix Yan at 2025-01-04T01:26:00+08:00
upgpkg: 0.6-1: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = haskell-inspection-testing
pkgdesc = GHC plugin to do inspection testing
- pkgver = 0.5.0.3
- pkgrel = 2
+ pkgver = 0.6
+ pkgrel = 1
url = https://github.com/nomeata/inspection-testing
arch = x86_64
license = MIT
makedepends = ghc
depends = ghc-libs
depends = haskell-ghc
- source =
https://hackage.haskell.org/packages/archive/inspection-testing/0.5.0.3/inspection-testing-0.5.0.3.tar.gz
- sha512sums =
69fb516f9728712d4a00f91f1898b807df192b63127d2e67c7dcdbf3aa4c849075ceb49dacb3a32a4d5c0fb39d44ad01f3a48f17b9401e6eff86aaae83d8e232
+ source =
https://hackage.haskell.org/packages/archive/inspection-testing/0.6/inspection-testing-0.6.tar.gz
+ sha512sums =
23b0c16aff48382ad818e30e53ab3c8c4e2cf5c8b5d269ad2981bc24e8e692d28c59a8569e8dcbff661bc1b3fc2f7d95ff64bc541be51cfe2c80a3054970a83c
pkgname = haskell-inspection-testing
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=inspection-testing
pkgname=haskell-inspection-testing
-pkgver=0.5.0.3
-pkgrel=2
+pkgver=0.6
+pkgrel=1
pkgdesc="GHC plugin to do inspection testing"
url="https://github.com/nomeata/inspection-testing"
license=('MIT')
@@ -11,12 +11,12 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-ghc')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('69fb516f9728712d4a00f91f1898b807df192b63127d2e67c7dcdbf3aa4c849075ceb49dacb3a32a4d5c0fb39d44ad01f3a48f17b9401e6eff86aaae83d8e232')
+sha512sums=('23b0c16aff48382ad818e30e53ab3c8c4e2cf5c8b5d269ad2981bc24e8e692d28c59a8569e8dcbff661bc1b3fc2f7d95ff64bc541be51cfe2c80a3054970a83c')
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-inspection-testing/-/commit/fd5e7da2f6480eaa63bee5348bad662036417d16
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-inspection-testing/-/commit/fd5e7da2f6480eaa63bee5348bad662036417d16
You're receiving this email because of your account on gitlab.archlinux.org.