Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-data-endian
Commits: 892a9f29 by Felix Yan at 2024-02-25T20:58:15+00:00 upgpkg: 0.1.1-24: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-data-endian + pkgdesc = Endian-sensitive data + pkgver = 0.1.1 + pkgrel = 24 + url = https://github.com/mvv/data-endian + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/data-endian/0.1.1/data-endian-0.1.1.tar.gz + sha512sums = a8e94f996a0b1c929cd01b8f38c52149cf3bac0f50449d327ba66ac4a378ba5c3826860abe4d1592aa83ed9ca81dba6083c63a66e6ee0655c27521cb87977a90 + +pkgname = haskell-data-endian ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=data-endian pkgname=haskell-data-endian pkgver=0.1.1 -pkgrel=23 +pkgrel=24 pkgdesc="Endian-sensitive data" url="https://github.com/mvv/data-endian" license=('BSD') @@ -17,8 +17,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-endian/-/commit/892a9f29e57af7a20f36ebb24489548d68e0026e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-endian/-/commit/892a9f29e57af7a20f36ebb24489548d68e0026e You're receiving this email because of your account on gitlab.archlinux.org.
