Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-minimorph
Commits:
68c2f811 by Felix Yan at 2025-01-04T02:19:48+08:00
upgpkg: 0.3.0.1-52: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-minimorph
pkgdesc = English spelling functions with an emphasis on simplicity.
pkgver = 0.3.0.1
- pkgrel = 51
+ pkgrel = 52
url = https://github.com/Mikolaj/minimorph
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=minimorph
pkgname=haskell-minimorph
pkgver=0.3.0.1
-pkgrel=51
+pkgrel=52
pkgdesc="English spelling functions with an emphasis on simplicity."
url="https://github.com/Mikolaj/minimorph"
license=("BSD")
@@ -16,7 +16,7 @@
sha256sums=('0ff81778ff96766114b3256eb9dc3a38816c510604976d71def45481cdf0e217')
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
--datasubdir=haskell-minimorph --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-minimorph/-/commit/68c2f811dd7c1e798514e6940a7f117dbdf19f03
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-minimorph/-/commit/68c2f811dd7c1e798514e6940a7f117dbdf19f03
You're receiving this email because of your account on gitlab.archlinux.org.