Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-project-template
Commits:
d5f4f80f by Felix Yan at 2025-01-01T03:04:47+08:00
upgpkg: 0.2.1.0-364: rebuild with vector-algorithms 0.9.0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-project-template
pkgdesc = Specify Haskell project templates and generate files
pkgver = 0.2.1.0
- pkgrel = 363
+ pkgrel = 364
url = https://github.com/fpco/haskell-ide
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=project-template
pkgname=haskell-project-template
pkgver=0.2.1.0
-pkgrel=363
+pkgrel=364
pkgdesc="Specify Haskell project templates and generate files"
url="https://github.com/fpco/haskell-ide"
license=("BSD")
@@ -18,7 +18,7 @@
sha512sums=('ed70f640e5197f7a6158b851dcd3990e77b7266f716be248ecfb012c4827dc68802
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-project-template/-/commit/d5f4f80f553780714be13cdde765bf2b8e5d62aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-project-template/-/commit/d5f4f80f553780714be13cdde765bf2b8e5d62aa
You're receiving this email because of your account on gitlab.archlinux.org.