Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-byteorder
Commits:
e4d9f18e by Felix Yan at 2025-04-03T20:15:40+08:00
upgpkg: 1.0.4-26: 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-byteorder
pkgdesc = Exposes the native endianness or byte ordering of the system.
pkgver = 1.0.4
- pkgrel = 25
+ pkgrel = 26
url = http://community.haskell.org/~aslatter/code/byteorder
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=byteorder
pkgname=haskell-byteorder
pkgver=1.0.4
-pkgrel=25
+pkgrel=26
pkgdesc="Exposes the native endianness or byte ordering of the system."
url="http://community.haskell.org/~aslatter/code/byteorder"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('970f74a394947b023ab88fa7bc713478b50565e3e9535479ec641283f18e04cb952
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 \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-byteorder/-/commit/e4d9f18eeb82ced2b7c932100bf452886e3456e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-byteorder/-/commit/e4d9f18eeb82ced2b7c932100bf452886e3456e1
You're receiving this email because of your account on gitlab.archlinux.org.