[arch-commits] Commit in haskell-cereal/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Nov 15 00:04:45 UTC 2021
Date: Monday, November 15, 2021 @ 00:04:45
Author: felixonmars
Revision: 1047607
upgpkg: haskell-cereal 0.5.8.2-1: rebuild with cereal 0.5.8.2
Modified:
haskell-cereal/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 22:02:32 UTC (rev 1047606)
+++ PKGBUILD 2021-11-15 00:04:45 UTC (rev 1047607)
@@ -3,8 +3,8 @@
_hkgname=cereal
pkgname=haskell-cereal
-pkgver=0.5.8.1
-pkgrel=11
+pkgver=0.5.8.2
+pkgrel=1
pkgdesc="A binary serialization library"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -12,7 +12,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('aced40e81301fbc73c6029be2c4045cf63f81d40361d5939713f3d60db196dc25a70e556e9e74e194e6a3b6cac86997d2bfc8b1f91c630676af7d066268a25b4')
+sha512sums=('c9767b1508931b6f4f4555a813a4ef8338d728c26556f25201d977f8e4eec918aaec1561fd7996b1bb2c7375b57880d49ab9fc3a4ceeae5a629397ab4b9953a2')
build() {
cd $_hkgname-$pkgver
@@ -19,7 +19,7 @@
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 \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
-fsplit-base -f-bytestring-builder
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list