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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 17:07:13 UTC 2022


    Date: Monday, March 21, 2022 @ 17:07:12
  Author: felixonmars
Revision: 1167370

upgpkg: haskell-fgl 5.7.0.3-127: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  haskell-fgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 17:07:07 UTC (rev 1167369)
+++ PKGBUILD	2022-03-21 17:07:12 UTC (rev 1167370)
@@ -4,7 +4,7 @@
 _hkgname=fgl
 pkgname=haskell-fgl
 pkgver=5.7.0.3
-pkgrel=126
+pkgrel=127
 pkgdesc="Martin Erwig's Functional Graph Library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -23,7 +23,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -fcontainers042
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list