[arch-commits] Commit in haskell-vector/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 23 20:48:36 UTC 2021


    Date: Thursday, September 23, 2021 @ 20:48:35
  Author: felixonmars
Revision: 1022763

upgpkg: haskell-vector 0.12.3.1-1: rebuild with vector 0.12.3.1

Modified:
  haskell-vector/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 20:29:22 UTC (rev 1022762)
+++ PKGBUILD	2021-09-23 20:48:35 UTC (rev 1022763)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=haskell-vector
-pkgver=0.12.3.0
-pkgrel=51
+pkgver=0.12.3.1
+pkgrel=1
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector"
 license=("BSD")
@@ -11,7 +11,7 @@
 makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-doctest' 'haskell-hunit' 'haskell-quickcheck'
              'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
-sha512sums=('7078f5179913f385f67e21150d1d0a1d80f6a5419a8be54728ecd0eadd1c26be262736df8f345e88d9cffeadb0248f19256d7df282fcdd524d36691cb2563fff')
+sha512sums=('bf117d53c7844c010dc1cee8b778851bd714155fd34e671ae2eb7bd324427de972389eb9f3f315832f20e7bbbecc93ec0f6296ab10e4935957d2a4e14c6cfd98')
 
 prepare() {
   cd vector-${pkgver}
@@ -29,7 +29,7 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
       --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
-      --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