[arch-commits] Commit in haskell-template-haskell-compat-v0208/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Nov 8 15:43:20 UTC 2021
Date: Monday, November 8, 2021 @ 15:43:20
Author: felixonmars
Revision: 1038793
upgpkg: haskell-template-haskell-compat-v0208 0.1.7-1: rebuild with template-haskell-compat-v0208 0.1.7
Modified:
haskell-template-haskell-compat-v0208/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 15:43:03 UTC (rev 1038792)
+++ PKGBUILD 2021-11-08 15:43:20 UTC (rev 1038793)
@@ -2,7 +2,7 @@
_hkgname=template-haskell-compat-v0208
pkgname=haskell-template-haskell-compat-v0208
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="A backwards compatibility layer for Template Haskell newer than 2.8"
url="https://github.com/nikita-volkov/template-haskell-compat-v0208"
@@ -11,7 +11,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('dc6cf4c700bb011382d1afa0446bab81d92ee311345eda0092bf6994cb726964297874ced09a86b9aeb849903f69275558a6ed09abc88e36b395d855ae6f0540')
+sha512sums=('1c9d4901413bc1bb1589c07a00d341ef33b7013eca668bf5a3357723fefd956c2acec56223ef8c2a44aa8c856fdc091ae174a09aa103fe4a33f240d4e8bce209')
build() {
cd $_hkgname-$pkgver
@@ -18,7 +18,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list