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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 16:51:15 UTC 2022


    Date: Monday, March 21, 2022 @ 16:51:14
  Author: felixonmars
Revision: 1167235

upgpkg: haskell-abstract-deque 0.3-142: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  haskell-abstract-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 16:51:08 UTC (rev 1167234)
+++ PKGBUILD	2022-03-21 16:51:14 UTC (rev 1167235)
@@ -4,7 +4,7 @@
 _hkgname=abstract-deque
 pkgname=haskell-abstract-deque
 pkgver=0.3
-pkgrel=141
+pkgrel=142
 pkgdesc="Abstract, parameterized interface to mutable Deques."
 url="https://github.com/rrnewton/haskell-lockfree/wiki"
 license=("BSD")
@@ -18,7 +18,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-usecas
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list