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

Felix Yan felixonmars at gemini.archlinux.org
Tue Sep 21 13:22:29 UTC 2021


    Date: Tuesday, September 21, 2021 @ 13:22:29
  Author: felixonmars
Revision: 1020309

upgpkg: ghc 9.0.1-3: enable libnuma

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-21 13:22:24 UTC (rev 1020308)
+++ PKGBUILD	2021-09-21 13:22:29 UTC (rev 1020309)
@@ -12,13 +12,13 @@
 pkgbase=ghc
 pkgname=(ghc-libs ghc ghc-static)
 pkgver=9.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('x86_64')
 url='https://www.haskell.org/ghc/'
 license=('custom')
 makedepends=('ghc-static' 'perl' 'libxslt' 'docbook-xsl' 'python-sphinx' 'haskell-hscolour'
-             'texlive-bin' 'texlive-latexextra' 'ttf-dejavu' 'alex' 'happy' 'time')
+             'texlive-bin' 'texlive-latexextra' 'ttf-dejavu' 'alex' 'happy' 'time' 'numactl')
 source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgbase-${pkgver}-src.tar.xz"
         a02fbadaf59521b5f1af3f05b45933b245093531.patch
         ghc-rebuild-doc-index.hook ghc-register.hook ghc-unregister.hook)
@@ -108,7 +108,7 @@
 package_ghc-libs() {
   pkgdesc='The Glasgow Haskell Compiler - Dynamic Libraries'
   install='ghc.install'
-  depends=('gmp' 'libffi' 'perl')
+  depends=('gmp' 'libffi' 'numactl' 'perl')
   provides=('haskell-array=0.5.4.0'
             'haskell-base=4.15.0.0'
             'haskell-binary=0.8.8.0'



More information about the arch-commits mailing list