[arch-commits] Commit in haskell-wl-pprint-text/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 14:46:22 UTC 2022


    Date: Monday, January 10, 2022 @ 14:46:21
  Author: felixonmars
Revision: 1099306

upgpkg: haskell-wl-pprint-text 1.2.0.2-1: rebuild with wl-pprint-text 1.2.0.2

Modified:
  haskell-wl-pprint-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 14:39:37 UTC (rev 1099305)
+++ PKGBUILD	2022-01-10 14:46:21 UTC (rev 1099306)
@@ -3,8 +3,8 @@
 
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
-pkgver=1.2.0.1
-pkgrel=11
+pkgver=1.2.0.2
+pkgrel=1
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-base-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('944ad7ead8eb062a3fdf71a90872a14d7c4e021d5237cd6aac19f1e882dc62e14cfdca114a8011b7b76faed10cf5fd76b120336adb4c10f6506fa06672e922f0')
+sha512sums=('842b3b539d393d536d05933b53738daa325c6e14fcbf877adef90b1c1dde402cd11c7365c63de11b886e79dacb70d0f29cf7b5dd3bd5b49f280e813233452ab5')
 
 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