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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 19:00:12 UTC 2022


    Date: Monday, March 21, 2022 @ 19:00:12
  Author: felixonmars
Revision: 1167954

upgpkg: haskell-lifted-async 0.10.2.2-26: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 19:00:03 UTC (rev 1167953)
+++ PKGBUILD	2022-03-21 19:00:12 UTC (rev 1167954)
@@ -3,7 +3,7 @@
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
 pkgver=0.10.2.2
-pkgrel=25
+pkgrel=26
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async"
 license=('BSD')
@@ -26,7 +26,7 @@
     fi
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname "${_opts[@]}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list