Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pointed
Commits:
2eaa44fb by Felix Yan at 2024-02-26T12:39:15+00:00
upgpkg: 5.0.4-119: rebuild with GHC 9.2.8, doctest-parallel 0.3.1,
filepath-bytestring 1.4.2.1.13, ghc-lib-parser 9.2.8.20230729,
ghc-lib-parser-ex 9.2.1.1, resolv 0.2.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pointed
pkgdesc = Pointed and copointed data
pkgver = 5.0.4
- pkgrel = 118
+ pkgrel = 119
url = https://github.com/ekmett/pointed/
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=pointed
pkgname=haskell-pointed
pkgver=5.0.4
-pkgrel=118
+pkgrel=119
pkgdesc="Pointed and copointed data"
url="https://github.com/ekmett/pointed/"
license=("BSD")
@@ -26,7 +26,7 @@ build() {
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-fcomonad -fcontainers -fkan-extensions -fsemigroupoids
-fsemigroups \
-fstm -ftagged -ftransformers -funordered-containers
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pointed/-/commit/2eaa44fb1305ad5517b855fb45b65f326e1a5c23
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pointed/-/commit/2eaa44fb1305ad5517b855fb45b65f326e1a5c23
You're receiving this email because of your account on gitlab.archlinux.org.