Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-flexible-defaults
Commits:
de83e4f1 by Felix Yan at 2025-01-04T02:31:27+08:00
upgpkg: 0.0.3-160: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-flexible-defaults
pkgdesc = Generate default function implementations for complex type
classes.
pkgver = 0.0.3
- pkgrel = 159
+ pkgrel = 160
url = https://github.com/peti/flexible-defaults
arch = x86_64
license = custom:PublicDomain
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=flexible-defaults
pkgname=haskell-flexible-defaults
pkgver=0.0.3
-pkgrel=159
+pkgrel=160
pkgdesc="Generate default function implementations for complex type classes."
url="https://github.com/peti/flexible-defaults"
license=("custom:PublicDomain")
@@ -16,7 +16,7 @@
sha256sums=('6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b')
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-flexible-defaults/-/commit/de83e4f1d0b9b0832ef487ef006bb1499d97f859
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-flexible-defaults/-/commit/de83e4f1d0b9b0832ef487ef006bb1499d97f859
You're receiving this email because of your account on gitlab.archlinux.org.