Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hspec-hedgehog
Commits:
d2118b65 by Felix Yan at 2025-01-04T02:58:26+08:00
upgpkg: 0.0.1.2-264: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hspec-hedgehog
pkgdesc = Integrate Hedgehog and Hspec!
pkgver = 0.0.1.2
- pkgrel = 263
+ pkgrel = 264
url = https://github.com/parsonsmatt/hspec-hedgehog/
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=hspec-hedgehog
pkgname=haskell-hspec-hedgehog
pkgver=0.0.1.2
-pkgrel=263
+pkgrel=264
pkgdesc="Integrate Hedgehog and Hspec!"
url="https://github.com/parsonsmatt/hspec-hedgehog/"
license=('BSD')
@@ -18,7 +18,7 @@
sha256sums=('23582ee0f9807b2e49de5da4ae8ef83cb56db63a045a7db73d537eab35c9eb9d')
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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-hedgehog/-/commit/d2118b65ef546ea200bcd4e4e33d5dd8a531ba57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-hedgehog/-/commit/d2118b65ef546ea200bcd4e4e33d5dd8a531ba57
You're receiving this email because of your account on gitlab.archlinux.org.