Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pantry
Commits:
0d5b7684 by Felix Yan at 2024-12-30T04:10:37+08:00
upgpkg: 0.5.7-280: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pantry
pkgdesc = Content addressable Haskell package management
pkgver = 0.5.7
- pkgrel = 279
+ pkgrel = 280
url = https://github.com/commercialhaskell/pantry
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=pantry
pkgname=haskell-pantry
pkgver=0.5.7
-pkgrel=279
+pkgrel=280
pkgdesc="Content addressable Haskell package management"
url="https://github.com/commercialhaskell/pantry"
license=('BSD')
@@ -33,7 +33,7 @@ prepare() {
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-pantry/-/commit/0d5b7684cbc5fe688c110aa3810c97aef59ed41f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pantry/-/commit/0d5b7684cbc5fe688c110aa3810c97aef59ed41f
You're receiving this email because of your account on gitlab.archlinux.org.