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

Felix Yan felixonmars at gemini.archlinux.org
Thu Nov 4 16:20:38 UTC 2021


    Date: Thursday, November 4, 2021 @ 16:20:27
  Author: felixonmars
Revision: 1036878

upgpkg: haskell-stm-chans 3.0.0.5-1: rebuild with stm-chans 3.0.0.5

Modified:
  haskell-stm-chans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-04 15:24:03 UTC (rev 1036877)
+++ PKGBUILD	2021-11-04 16:20:27 UTC (rev 1036878)
@@ -3,8 +3,8 @@
 
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
-pkgver=3.0.0.4
-pkgrel=26
+pkgver=3.0.0.5
+pkgrel=1
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/"
 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=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')
+sha512sums=('5bfabd57517f09e361143f18fce65d68f309d000a2514a405c4e5463b4a1d1d9c6a50e174c3def0f77d25b228023139741907dc10d2434e984d87c5b89d18538')
 
 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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list