Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-memory
Commits:
d8b71953 by Felix Yan at 2024-02-25T23:26:06+00:00
upgpkg: 0.18.0-5: rebuild with GHC 9.2.8, filepath-bytestring 1.4.2.1.13,
ghc-lib-parser 9.2.8.20230729
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-memory
pkgdesc = memory and related abstraction stuff
pkgver = 0.18.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/vincenthz/hs-memory
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=memory
pkgname=haskell-memory
pkgver=0.18.0
-pkgrel=4
+pkgrel=5
pkgdesc="memory and related abstraction stuff"
url="https://github.com/vincenthz/hs-memory"
license=("BSD")
@@ -19,7 +19,7 @@ build() {
runhaskell Setup configure -O --enable-shared --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=-fllvm \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-fsupport_deepseq -fsupport_bytestring -fsupport_basement
-fsupport_foundation
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-memory/-/commit/d8b7195399dbdf123a0af7345ec4dc55603ead01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-memory/-/commit/d8b7195399dbdf123a0af7345ec4dc55603ead01
You're receiving this email because of your account on gitlab.archlinux.org.