Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-rawfilepath
Commits:
32e96c54 by Felix Yan at 2025-04-03T20:12:44+08:00
upgpkg: 1.1.1-2: rebuild with cabal-fmt 0.1.6, cabal-install 3.8.1.0,
cabal-install-parsers 0.6, cabal-install-solver 3.8.1.0, fourmolu 0.10.0.0, ghc
9.4.8, ghc-lib-parser 9.4.8.20231111, ghc-lib-parser-ex 9.4.0.0, haskell-ci
0.16, hjsmin 0.2.1, hlint 3.5, hoauth2 2.8.0, ormolu 0.5.1.0, rope-utf16-splay
0.4.0.0, stylish-haskell 0.14.4.0, vty-crossplatform 0.4.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-rawfilepath
pkgdesc = Use RawFilePath instead of FilePath
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xtendo-org/rawfilepath#readme
arch = x86_64
license = Apache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=rawfilepath
pkgname=haskell-rawfilepath
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Use RawFilePath instead of FilePath"
url="https://github.com/xtendo-org/rawfilepath#readme"
license=("Apache")
@@ -16,13 +16,13 @@
sha256sums=('43f879da83b7b07c30e76a3c31d5362b7b6bb8e235c2698872b92b9fcce3bf69')
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 \
--ghc-option='-pie'
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -31,7 +31,7 @@ build() {
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rawfilepath/-/commit/32e96c546df3895cd02060286f2c583895edf9ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rawfilepath/-/commit/32e96c546df3895cd02060286f2c583895edf9ee
You're receiving this email because of your account on gitlab.archlinux.org.