Date: Monday, March 21, 2022 @ 15:05:42
  Author: felixonmars
Revision: 1166926

upgpkg: haskell-hashable 1.4.0.0-25: rebuild with hspec 2.9.2, hspec-core 
2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 (rebuild pass 1, specified 
--nocheck)

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-21 15:05:37 UTC (rev 1166925)
+++ PKGBUILD    2022-03-21 15:05:42 UTC (rev 1166926)
@@ -4,7 +4,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.4.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="A class for types that can be converted to a hash value"
 url="https://github.com/haskell-unordered-containers/hashable";
 license=('BSD')
@@ -31,7 +31,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 \
             -f-examples
     runhaskell Setup build $MAKEFLAGS

Reply via email to